I see some books that say the trust region work with contour's line .but i can't understand
how choose the point with contour's line and sort them?
thank you if answer me.
I see some books that say the trust region work with contour's line .but i can't understand
how choose the point with contour's line and sort them?
thank you if answer me.
Nocedal/Wright propose in Numerical Optimization (1999) on p.68 the following pseudo-code for iteratively setting the size of the trust-region:
Where $p_k$ is the search direction, $\bar{\Delta}$ is the trust region's upper bound, $\Delta_0$ is the starting size of the trust region, $f$ is the cost function and $m_k$ its quadratic approximation at $x_k$:
$B_k$ being the Hessian.
The upper bound $\bar{\Delta}$ must be chosen according to your problem. This means that you have to have a rough idea of where the minimum might reside.