I am scanning the internet for libraries available to use GA with potential development for multi-objective algorithms like NSGAII for Python. Do you have any suggestion?
Here is what I have so far:
- Pyevolve : Well documented but doesn't include multi objective
- Pygene : Doesn't seem to include multi objective
- deap : Seems well documented, includes multi objective
- inspyred: seems ok-documented, includes multi objective
The question is not necessarily about which one is better but more about the features of these libraries and the possibility to switch easily from single to multi-objective optimization.
Thank you