Package nr.minimizer

Interface Summary
VecMinimizer minimizes a function of a Vec.
 

Class Summary
Brent Minimizes a function of several variables using Brent's modification of Powell's method.
LevenbergMarquardt Minimizes a function that generates a Vec by nonlinear least squares minimization of the difference between a given Vec of data and the function results.
LevenbergMarquardtBroyden Minimizes a function that generates a Vec by nonlinear least squares minimization of the difference between a given Vec of data and the function results.
NelderMeadMinimizer The downhill simplex algorithm of Nelder and Mead.
VecMinimizerImp Simple implementation of a VecMinimizer.