CapeTools Calibration Tools
http://www.QuantTools.com
In total there are 5 functions present within the CapeTools Calibration Tools category of functions.
General Description
Functions to construct Multi-Dimensional Optimization objects needed by all the calibration functions.
The following Optimization objects can be created :
- Simplex() (Multi-dimensional simplex object)
- LevenbergMarquardt() (Multi-dimensional LevenbergMarquardt object (based on MINPACK))
- ConjugateGradient() (Multi-dimensional Conjugate Gradient object)
- SteepestDescent() (Multi-dimensional Steepest Descent object)
We would recommend using the LevenbergMarquardt() followed by the Simplex() functions as these are very stable multi-dimensional solvers.
Function list.
- ArmijoLineSearch - Creates a ArmijoLineSearch object to be used within the ConjugateGradient() or SteepestDescent() functions.
- ConjugateGradient - Creates a Multi-dimensional Conjugate Gradient optimisation object used within calibration functions.
- LevenbergMarquardt - Creates a Multi-dimensional LevenbergMarquardt optimisation object (based on MINPACK) used within calibration functions.
- Simplex - Creates a Multi-dimensional simplex optimisation object used within calibration functions.
- SteepestDescent - Creates a Multi-dimensional Steepest Descent optimisation object used within calibration functions.
Copyright (c) 2003-2007 CapeTools - All Rights Reserved.