ray simulations seem to work

nodes (except head node) can deconnect and reconnect to/from the cluster and work is rebalanced properly. if a node dies while simulating, the leftover work is picked up at the end and everything is merged normall. Tests of the actual validity of the mergd data have not been made yet
This commit is contained in:
Benoît Sierro
2021-02-01 09:05:44 +01:00
parent 15bc736294
commit 3c2e98d1e9
37 changed files with 283 additions and 372 deletions

View File

@@ -185,8 +185,8 @@ tolerated_error: float
step_size: float
if given, sets a constant step size rather than adapting it.
parallel: int
how many parallel simulations to run. default : 1
parallel: bool
whether to run simulations in parallel with the available ressources. default : false
repeat: int
how many simulations to run per parameter set. default : 1