-
Notifications
You must be signed in to change notification settings - Fork 153
Open
Description
Hi Antonio,
A quick question:
In the distributed_nsgaii_with_dask.py example, the number of workers is explicitly given by setting up the Dask client: # setup Dask client
client = Client(LocalCluster(n_workers=10)).
On the other hand, in the synchronous nsgaii example, it is not stated, the Dask evaluator is just passed as a parameter to the algorithm: population_evaluator=DaskEvaluator().
How can we decide for number of workers in for synchronous nsgaii?
Additionally, is it straightforward to adapt Spea2 or Hype for asynchronous distributed search? They are only possible with synchronous.
Thanks
Metadata
Metadata
Assignees
Labels
No labels