Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
| ▼NGlobiPack | |
| ▼NExceptions | |
| CNotDescentDirection | Thrown if search direction not a descent direction for the merit function |
| CArmijoPolyInterpLineSearch | Linesearch subclass implementing a backtracking-only line search using an Armijo cord test condition and a quadratic interploation |
| CBrents1DMinimization | Simple concrete class that implements a 1D algorithm to mimimize a 1D function |
| CBrentsLineSearch | Linesearch subclass implementing a function-value-only approximate minimization algorithm using bracketing and then Brent's 1D minimization method |
| CGoldenQuadInterpBracket | Simple concrete class that implements a 1D algorithm to bracket the minimum of a 1D merit function |
| CLineSearchBase | Base class for 1D linearsearch algorithms |
| CMeritFunc1DBase | Base class for 1D merit fucntions used in globalization methods |
| CPointEval1D | Represents the evaluation point of the merit function phi(alpha) and/or is derivative Dphi(alpha) |