AureumChaos / LEAP

A general purpose Library for Evolutionary Algorithms in Python.
Academic Free License v3.0
82 stars 19 forks source link

Add documentation for asynchronous steady-state NSGA-II #312

Closed markcoletti closed 12 months ago

markcoletti commented 12 months ago

Luke M. had added support for an asynchronous steady-state variant of NSGA-II for which documentation needs to be added on the multiobjective page.

While we're add it, we need to add in examples of usage, which I thought we had.

lukepmccombs commented 12 months ago

There is an example located at examples/distributed/multiobjective_async_distributed.ipynb, feel free to move it around. I don't recall if I updated it with my changes to support Gremlin.

markcoletti commented 12 months ago

There is an example located at examples/distributed/multiobjective_async_distributed.ipynb, feel free to move it around. I don't recall if I updated it with my changes to support Gremlin.

I did find it and incorporated it into the documentation. I didn't find it at first because apparently PyCharm doesn't look in notebooks for usages. (Or, at least in this specific case.)