Optimist  0.0.0
A C++ library for optimization
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NOptimistNamespace for the Optimist library
 NFiniteDifference
 CEpsilon
 NOptimizerNamespace for multi-dimensional optimization algorithms
 CNelderMeadClass container for the Nelder-Mead's method
 COptimizerClass container for the multi-dimensional optimizer
 CPatternSearchClass container for the Hooke and Jeeves Pattern Search algorithm
 NRootFinderNamespace for multi-dimensional root-finding algorithms
 CBroydenClass container for the Broyden's method
 CGreenstadtClass container for the Greenstadt's method
 CNewtonClass container for the Newton's method
 CQuasiNewtonClass container for the QuasiNewton's method
 CRootFinderClass container for the multi-dimensional root finder
 NScalarOptimizerNamespace for scalar optimization algorithms
 CScalarOptimizerClass container for the scalar optimizer
 NScalarRootFinderNamespace for scalar root-finding algorithms
 CAlgo748Class container for the Algorithm 748
 CBracketingClass container for the Bracketing algorithms
 CChandrupatlaClass container for the Chandrupatla algorithm
 CChebyshevClass container for the Chebyshev's method
 CHalleyClass container for the Halley's method
 CNewtonClass container for the Newton's method
 CScalarRootFinderClass container for the scalar scalar root-finder
 CVaronaClass container for the Varona's methods
 NTestSetNamespace for the Optimist library test set functions
 CBoothClass container for the Booth function
 CBrownClass container for the Brown badly scaled function
 CCosClass container for the cosine function
 CCoshClass container for the hyperbolic cosine function
 CEllipticParaboloidClass container for the paraboloid function
 CLinearClass container for the linear function
 CQuadraticClass container for the quadratic function
 CRosenbrockClass container for the extended Rosenbrock function
 CSchaffer2Class container for the Schaffer2 function
 CSinClass container for the sine function
 CSinhClass container for the hyperbolic sine function
 CCostFunctionClass container for the cost function
 CFunctionClass container for the generic function
 CScalarFunctionClass container for the scalar function
 CSolverClass container for the generic root-finding/optimization problem solver
 CVectorFunctionClass container for the vector-valued function