Hello,I was wondering about the best methods to sovle a multiobjective optimization problem with more than two objective functions.
To briefly explain my optimization problem:
Design variables are all integers
Lower and Upper bounds given
Objective functions are all nonlinear, convex functions with all of them the purpose of minimization
nonlinear inequality constraints can be added.
A simple and madeup representation is
min 0.10/x1+0.64/x2+2.63/x1x2
min 1.26/x1+1.11/x2+5.84/x1x2
min 0.37/x1+0.81/x2+1.62/x1x2
min 33*x1+10*x2+20*x1*x2
or
min 0.10/x1+0.64/x2+2.63/x1x2
min 1.26/x1+1.11/x2+5.84/x1x2
min 0.37/x1+0.81/x2+1.62/x1x2
subject to
33*x1+10*x2+20*x1*x2