Files | |
file | armijo.hpp |
Armijo line-search class. | |
file | bfgs.hpp |
Broyden-Fletcher-Goldfarb-Shanno optimization method. | |
file | conjugategradient.hpp |
Conjugate gradient optimization method. | |
file | constraint.hpp |
Abstract constraint class. | |
file | costfunction.hpp |
Optimization cost function class. | |
file | endcriteria.hpp |
Optimization criteria class. | |
file | leastsquare.hpp |
Least square cost function. | |
file | levenbergmarquardt.hpp |
Levenberg-Marquardt optimization method. | |
file | linesearch.hpp |
Line search abstract class. | |
file | linesearchbasedmethod.hpp |
Abstract optimization method class. | |
file | lmdif.hpp |
wrapper for MINPACK minimization routine | |
file | method.hpp |
Abstract optimization method class. | |
file | problem.hpp |
Abstract optimization problem class. | |
file | projectedcostfunction.hpp |
Cost function utility. | |
file | simplex.hpp |
Simplex optimization method. | |
file | spherecylinder.hpp |
Find closest point of the intersection of a sphere and cylinder to a given point. | |
file | steepestdescent.hpp |
Steepest descent optimization method. | |