Lagrange Multipliers
Lagrange Multipliers
Lagrange Multipliers
optimization
• We often have more than one objective
• This means that design points are no
longer arranged in strict hierarchy
• There are points that are clearly poorer
than others because all objectives are
worse
• In optimization jargon we call these points
dominated
• Points that are not dominated are called
non-dominated or Pareto optimal
Vilfredo Pareto, 1848-1923
function f = myfun(x)
f = 3*x(1) + 4*x(2) + 2*x(3) + 2*x(4);