chiark / gitweb /
added nlopt_force_stop termination
[nlopt.git] / neldermead / nldrmd.c
2010-05-28 stevenjadded nlopt_force_stop termination
2010-04-05 stevenjversion, copyright-year bump
2008-11-11 stevenjmore conservative ftol test in subplex, based on max...
2008-11-11 stevenjcall stop_ftol instead of stop_f if we check minf_max...
2008-11-10 stevenjdon't use fp equality in coincident-point check, fix...
2008-11-10 stevenjcheck for coincident points in simplex
2008-11-09 stevenjslight tweaks
2008-11-09 stevenjadded internal nldrmd_minimize_ for use in subplex
2008-11-09 stevenjfixed nelder-mead xtol/ftol stopping criteria, added...
2008-11-08 stevenjadded nelder-mead simplex algorithm (in preparation...