Anonymous - 2015-08-06

Even after the constraints are satisfied, MOEAs will still optimize the objectives. On hard problems, MOEAs tend to converge near the optimal solution. The magnitude of changes should decrease as the solutions approach the optimum.

Increasing the number of decision variables will make a problem harder to solve, in general. It just happens that given your time constraints (the maximum number of function evaluations), the MOEA is only able to find one solution. Running longer may allow it to discover more than one. Also check to see if the solution is feasible or not. Adding more decision variables may make it harder to find feasible solutions.