chiark / gitweb /
fix support for maxtime in Luksan algorithms and ORIG_DIRECT; thanks to Jurgen Werner...
[nlopt.git] / util / stop.c
2010-10-28 stevenjfix support for maxtime in Luksan algorithms and ORIG_D...
2010-09-01 stevenjfix compiler warnings about prototype mismatches in...
2010-07-01 stevenjadd mconstraint to C API (not yet tested), thanks to...
2010-05-28 stevenjadded nlopt_force_stop termination
2010-04-05 stevenjversion, copyright-year bump
2010-04-05 stevenjchange new API to use unsigned where it makes sense
2010-02-09 stevenjuse NLopt stop criteria in Luksan code: in particular...
2010-01-29 stevenjfixed to compile under C++, use C++ compiler in --with...
2009-11-12 stevenjif reltol > 0, catch convergence case where new ==...
2008-09-01 stevenjadded NEWUOA_BOUND
2008-08-27 stevenjcopyright updates
2008-07-29 stevenjbug fix - xtol is only met if true for *all* components...
2007-09-03 stevenjrename fmin to minf to avoid conflict with C99 fmin...
2007-08-25 stevenjuse nlopt_stopping in StoGO (currently only for maxeval...
2007-08-24 stevenjsupported more stopping criteria in subplex (still...