Skip to content

Sync/Async with Dask #179

@yhamadi75

Description

@yhamadi75

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions