Trees | Indices | Help |
|
---|
|
A line search algorithm implemented using the strong Wolfe conditions.
This file is part of the minfx optimisation library.
|
|||
|
|||
|
|||
|
|
|||
__package__ =
|
Imports: deepcopy, dot, sqrt, cubic_ext, quadratic_fafbga, quadratic
|
A line search algorithm implemented using the strong Wolfe conditions. Algorithm 3.2, page 59, from 'Numerical Optimization' by Jorge Nocedal and Stephen J. Wright, 1999, 2nd ed. Requires the gradient function. These functions require serious debugging and recoding to work properly (especially the safeguarding)!
|
Find the minimum function value in the open interval (a_lo, a_hi) Algorithm 3.3, page 60, from 'Numerical Optimization' by Jorge Nocedal and Stephen J. Wright, 1999, 2nd ed. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Apr 10 13:30:30 2013 | http://epydoc.sourceforge.net |