Penalty method
card Is a method for solving Optimization problem that is constrained with unconstrained , that
- Contains function from the original problem
- For each constrain there is penalization element, which is zero constrain is met, otherwise it’s positive
- Penalization elements are often multiplied in each step with some variable .
Quadratic penalization
card where
Algorithm for the quadratic penalization
- declare , and sequence ,
- for
- find approx minimum of the function with breaking condition ,
- if the final condition for convergence is reached: return
- otherwise set
penalization
card names after the norm