Anonymous - 2015-06-29

Hi,

In the MOEA Framework, the optimization algorithm runs for a fixed number of function evaluations (NFE). If the algorithm fails to find any feasible solutions within the given NFE, then it returns the solution that least violates the constraints. It's likely that the optimization algorithm has failed to find a feasible solution.

You could try increasing the NFE or adjusting the mutation rate as detailed in http://sourceforge.net/p/moeaframework/feature-requests/19/.