aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/NonLinear/LevenbergMarquardt.h
Commit message (Expand)AuthorAge
* rename NonLinear to NonLinearOptimizationGravatar Thomas Capricelli2009-11-09
* starting documentationGravatar Thomas Capricelli2009-11-09
* fix tests : we perform slightly worse because we do use one more functionGravatar Thomas Capricelli2009-09-28
* remove some duplicated code LevenbergMarquardt::minimizeNumericalDiff*() byGravatar Thomas Capricelli2009-09-28
* use operator() so that to be coherent with eigen AutoDiff functorGravatar Thomas Capricelli2009-09-28
* define a generic functor and makes other ones inherit itGravatar Thomas Capricelli2009-09-28
* cleaningGravatar Thomas Capricelli2009-09-15
* provide some default values for important results. So that we can read themGravatar Thomas Capricelli2009-09-13
* cleaningGravatar Thomas Capricelli2009-09-13
* functors need not be constGravatar Thomas Capricelli2009-09-11
* check number of evaluation even in the case of *1(), now we have it..Gravatar Thomas Capricelli2009-08-26
* move Parameters as a class member, simplify calling sequence. ConvenienceGravatar Thomas Capricelli2009-08-26
* remove printfs, they are of no use and may prevent compilationGravatar Thomas Capricelli2009-08-26
* cleaningGravatar Thomas Capricelli2009-08-25
* split every algorithm in *Init() + while(running) { *OneStep() }Gravatar Thomas Capricelli2009-08-25
* move more stuff into ParametersGravatar Thomas Capricelli2009-08-25
* reduce local variables so that we can split algorithmsGravatar Thomas Capricelli2009-08-25
* cleaningGravatar Thomas Capricelli2009-08-25
* put nfev/njev as internal variables as wellGravatar Thomas Capricelli2009-08-25
* oops... fixing return values, some copy/paste was done far too quicklyGravatar Thomas Capricelli2009-08-25
* if mode==2, the user is supposed to supply diag: do some basic check.Gravatar Thomas Capricelli2009-08-25
* make diag be an internal variable tooGravatar Thomas Capricelli2009-08-25
* define and use struct ParametersGravatar Thomas Capricelli2009-08-25
* those are actually boolsGravatar Thomas Capricelli2009-08-25
* cleaningGravatar Thomas Capricelli2009-08-25
* use an enum for status reportingGravatar Thomas Capricelli2009-08-25
* merge filesGravatar Thomas Capricelli2009-08-25
* rename filesGravatar Thomas Capricelli2009-08-25