GlobiPack
Version of the Day
|
GlobiPack | |
Exceptions | |
NotDescentDirection | Thrown if search direction not a descent direction for the merit function |
ArmijoPolyInterpLineSearch | Linesearch subclass implementing a backtracking-only line search using an Armijo cord test condition and a quadratic interploation |
Brents1DMinimization | Simple concrete class that implements a 1D algorithm to mimimize a 1D function |
BrentsLineSearch | Linesearch subclass implementing a function-value-only approximate minimization algorithm using bracketing and then Brent's 1D minimization method |
GoldenQuadInterpBracket | Simple concrete class that implements a 1D algorithm to bracket the minimum of a 1D merit function |
LineSearchBase | Base class for 1D linearsearch algorithms |
MeritFunc1DBase | Base class for 1D merit fucntions used in globalization methods |
PointEval1D | Represents the evaluation point of the merit function phi(alpha) and/or is derivative Dphi(alpha) |
Trilinos | |
Details |