Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement the NSGA-III algorithm #569

Draft
wants to merge 16 commits into
base: master
Choose a base branch
from
Draft

Implement the NSGA-III algorithm #569

wants to merge 16 commits into from

Conversation

pmslavin
Copy link
Contributor

@pmslavin pmslavin commented Apr 4, 2024

This merge adds the NSGA-III algorithm to PagMo2, as described in Deb & Jain, 2014 doi: 10.1109/TEVC.2013.2281535.

The algorithm's behavior has been verified with a range of problems from the DTLZ and ZDT test suites along with a real-world water resource allocation problem. Unit tests are provided.

Note that this is in Draft status at the moment:

  • Further docstrings are required.
  • Class nsga3 methods should be accompanies by comments describing the section of Deb & Jain, 2014 they relate to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant