summaryrefslogtreecommitdiff
path: root/opendc-experiments/opendc-experiments-tf20/README.md
diff options
context:
space:
mode:
authorDante Niewenhuis <d.niewenhuis@hotmail.com>2024-10-25 13:32:41 +0200
committerGitHub <noreply@github.com>2024-10-25 13:32:41 +0200
commit5a365dbc068f2a8cdfa9813c39cc84bb30e15637 (patch)
tree72716d562787b85e03cdc7fe1d30c827054d25a0 /opendc-experiments/opendc-experiments-tf20/README.md
parent27f5b7dcb05aefdab9b762175d538931face0aba (diff)
Rewrote the FlowEngine (#256)
* Removed unused components. Updated tests. Improved checkpointing model Improved model, started with SimPowerSource implemented FailureModels and Checkpointing First working version midway commit first update All simulation are now run with a single CPU and single MemoryUnit. multi CPUs are combined into one. This is for performance and explainability. * fixed merge conflicts * Updated M3SA paths. * Fixed small typo
Diffstat (limited to 'opendc-experiments/opendc-experiments-tf20/README.md')
-rw-r--r--opendc-experiments/opendc-experiments-tf20/README.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/opendc-experiments/opendc-experiments-tf20/README.md b/opendc-experiments/opendc-experiments-tf20/README.md
deleted file mode 100644
index 3b3d00f8..00000000
--- a/opendc-experiments/opendc-experiments-tf20/README.md
+++ /dev/null
@@ -1,10 +0,0 @@
-TensorFlow with OpenDC
-=================
-
-This module contains a reproduction of the experiments of Wenchen Lai's MSc Computer Science thesis:
-Modeling and Simulation of the Google TensorFlow Ecosystem [1]
-
-The implementations in this module are still experimental and will be moved into OpenDC library space
-once the implementations stabilize.
-
-[1] https://atlarge-research.com/pdfs/lai2020thesis.pdf