Numerical Optimization: Difference between revisions
Created page with "Numerical Optimization ==Line Search Methods== Basic idea: * For each iteration< ** Find a direction <math>p</math>. ** Then find a step length <math>\alpha</math> which d..." |
|||
Line 4: | Line 4: | ||
==Line Search Methods== | ==Line Search Methods== | ||
Basic idea: | Basic idea: | ||
* For each iteration | * For each iteration | ||
** Find a direction <math>p</math>. | ** Find a direction <math>p</math>. | ||
** Then find a step length <math>\alpha</math> which decreases <math>f</math>. | ** Then find a step length <math>\alpha</math> which decreases <math>f</math>. |