GeneticAlgorithmPython icon indicating copy to clipboard operation
GeneticAlgorithmPython copied to clipboard

Multi-Objective Optimization with PyGAD

Open rllyryan opened this issue 2 years ago • 1 comments

Dear repository owner(s),

Will PyGAD support multi-objective optimization capabilities in the future? If not, how should I continue using PyGAD if I would like to transition from a single- to a multi-objective optimization problem?

rllyryan avatar Apr 25 '23 05:04 rllyryan

@rllyryan, this is a feature that will be supported in the future.

But if you are willing to contribute, then you should build the NSGA-II (Non-Dominated Sorting Genetic Algorithm II).

This is a presentation I created some years ago. But it needs revision.

ahmedfgad avatar Apr 26 '23 03:04 ahmedfgad