jMetal/jMetalPy

Genetic algorithms cannot solve constrained problems

ajnebro opened this issue · 0 comments

Currently, the implementation of genetic algorithms for solving single-objective problems does not take into accont problem constraints.

While this issue is solved, the alternative is to use NSGA-II as in this example: https://github.com/jMetal/jMetalPy/blob/main/examples/singleobjective/nsgaii/nsgaii_single_objective_float.py