chiark / gitweb /
Use trusty
[nlopt.git] / cobyla /
2017-08-24 Julien SchuellerMerge pull request #134 from jschueller/uninitialized
2017-08-23 Julien SchuellerFix all uninitialized variable warnings
2017-08-05 Julien SchuellerMerge pull request #108 from jdumas/master
2017-07-28 Steven G. Johnsonfix compilation problem with MSVC (#131)
2016-07-11 Julien SchuellerSwitch to cmake (#49)
2015-05-12 Steven G. Johnsonmore robustness to underflow etc. (fix #36)
2012-08-27 stevenjcobyla should return ROUNDOFF_LIMITED if it "converges...
2012-07-30 stevenjhandle case of negative rescalings (from negative dx...
2011-11-27 stevenjreturn roundoff-limited for cobyla in this case
2010-10-28 stevenjfix support for maxtime in Luksan algorithms and ORIG_D...
2010-08-13 stevenjmax/min macros are already defined(!) by stdlib.h(...
2010-07-15 stevenjallow BOBYQA and COBYLA to use unequal initial step...
2010-07-08 stevenjin functions with constraints, make sure forced_stop...
2010-07-01 stevenjadd mconstraint to C API (not yet tested), thanks to...
2010-06-24 stevenjsupport equality constraints in COBYLA (internally...
2010-06-14 stevenjdetect a roundoff error condition in COBYLA
2010-05-31 stevenjimprove C++ header exceptions, rename NLOPT_FORCE_STOP...
2010-05-28 stevenjC++ compilation fixes
2010-05-28 stevenjadded nlopt_force_stop termination
2010-04-05 stevenjrm debugging printf
2010-04-05 stevenjuse constraint tolerance for feasibility check of minf...
2010-04-05 stevenjpseudo-randomize simplex steps in COBLYA, to avoid...
2010-04-05 stevenjallow COBYLA to increase trust-region radius (rho)...
2010-04-03 stevenjnew, extensible "object-oriented" API, first draft
2010-01-29 stevenjfixed to compile under C++, use C++ compiler in --with...
2008-11-27 stevenjmodify cobyla to explicitly honor bound constraints
2008-11-11 stevenjwork around NaN in cobyla that occurs if we run it...
2008-08-29 stevenjadded COBYLA algorithm