From: Hae-Dong on
I want to sovle multi-objectives problem with multi-GA.
However, I have no idea how I can input nonlinear inequality constraint function to the "Multi-objective GA in Matlab".
There are only linear inequalities and linear equalities in Multi-obj GA.

Please, refer following typical problem;

minimize f1(x) = x1,
minimize f2(x) = x2,

subject to g1(x) = x1^2 + x2^2 <= 1,
g2(x) = (x1-1)^2 + (x2-1)^2 <= 1

Thank you in advance.

from Kim.