Problem when dealing with Multi-Objective Optimization

3 visualizaciones (últimos 30 días)
Ali
Ali el 10 de Abr. de 2014
Comentada: Alberto el 11 de Abr. de 2014
Hi programmers,
I've faced a problem that may needs a special formulation before using MATLAB Optimization ToolBox:
If we have a problem with the following expression:
OBJ1 = min f(X)
OBJ2 = max f(X)
Both are subjected to the same inequality constraints:
g_1(X)<=0
g_2(X)<=0
...
g_m(X)<=0
From the above mathematical model .. Is the correct way to go with multi-objective technique since we have two objective functions?
If yes, then how can we do that since we have similar design function f(X) with maximization and minimization (i.e., dealing with Min-Max Problem)?
Thanks
  1 comentario
Alberto
Alberto el 11 de Abr. de 2014
Hi Ali:
In theory (and I`m talking about Maths), you cant obtain a value x that can maximize one function and minimize another; most of times that's not possible because the dots in a plane has not a proper order to do that.
The usual way is to create another function (the one that you really will maximize or minimize ) with a function that measures the importance of both functions.
For example, if you would like to max f and min g, try to maximize the function f-g if the relevance of both are the same.
You can use weights if some of them are more relevant. If f is more relevant you can try to compute max for the function 3f-2g (the weights depends of experience); also can use functions as weigth, like xf(x)-x^2g(x) or so.
All depends on the meaning of f and g and your knowledge about the problem.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Multiobjective Optimization en Help Center y File Exchange.

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by