ahmedfgad / GeneticAlgorithmPython

Source code of PyGAD, a Python 3 library for building the genetic algorithm and training machine learning algorithms (Keras & PyTorch).
https://pygad.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.89k stars 464 forks source link

Is NSGA-III supported? #288

Open Alivanza opened 7 months ago

Alivanza commented 7 months ago

Hi,

Does PyGAD support NSGA-III implementation for multi-objective optimization? Thank you

ahmedfgad commented 7 months ago

Just NSGA-II is supported at the moment.