Penalty method

card Is a method for solving Optimization problem that is constrained with unconstrained , that

  1. Contains function from the original problem
  2. For each constrain there is penalization element, which is zero constrain is met, otherwise it’s positive
  3. Penalization elements are often multiplied in each step with some variable .

Quadratic penalization

card where

Algorithm for the quadratic penalization

card

  1. declare , and sequence ,
  2. for
    1. find approx minimum of the function with breaking condition ,
    2. if the final condition for convergence is reached: return
    3. otherwise set

penalization

card names after the norm