Trees | Indices | Help |
|
---|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Base class containing the main minimisation iterative loop algorithm. The algorithm is defined in the minimise function. Also supplied are generic setup, convergence tests, and update functions. |
Default base class function for both function and gradient convergence tests. Test if the minimum function tolerance between fk and fk+1 has been reached as well as if the minimum gradient tolerance has been reached. |
Default base class function for the function convergence test. Test if the minimum function tolerance between fk and fk+1 has been reached. |
Default base class function for the gradient convergence test. Test if the minimum gradient tolerance has been reached. Minimisation will also terminate if the function value difference between fk and fk+1 is zero. This modification is essential for the quasi-Newton techniques. |
Hessian type and modification options. Function for sorting out the minimisation options when either the Hessian type or Hessian modification can be selected. |
Main minimisation iterative loop algorithm. This algorithm is designed to be compatible with all iterative minimisers. The outline is:
|
Default base class update function. xk+1 is shifted to xk fk+1 is shifted to fk |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Apr 10 13:31:46 2013 | http://epydoc.sourceforge.net |