Relative Content

Tag Archive for optimizationconstraintsgenetic-algorithmpymoo

Why GA using Pymoo doesn’t take my constrain into consider?

I am using the Genetic algorithm (Pymoo) to solve an optimization problem. However, I could not find a feasible solution so I demanded to print the least infeasible solution and I found out that the results violated my constraints. Can someone show me how to prevent this, please? Isn’t that kind of results should be rejected at the very first step?