|
Optimization: principles and algorithms, by Michel Bierlaire
|
Algorithm 11.2: Initialization of the exact line search. More...
Go to the source code of this file.
Functions | |
| function | initLineSearch (in obj, in delta) |
Calculate , and such that , and . More... | |
Algorithm 11.2: Initialization of the exact line search.
Implementation of algorithm 11.2 of [1]
Definition in file initLineSearch.m.
| function initLineSearch | ( | in | obj, |
| in | delta | ||
| ) |
Calculate
,
and
such that
,
and
.
| obj | the name of the Octave function defining h(x) |
| delta | value such that . |