Multiobjective Optimization - MATLAB & Simulink (original) (raw)
Solve problems that have multiple objectives by the goal attainment method. For this method, you choose a goal for each objective, and the solver attempts to find a point that satisfies all goals simultaneously, or has relatively equal dissatisfaction. One important special case of this problem is to minimize the maximum objective, and this problem has a special solver, fminimax
.