chiark / gitweb /
version bump for 2.3
[nlopt.git] / util / nlopt-util.h
2012-07-20 stevenjversion bump for 2.3
2011-11-15 stevenjadded (untested) interface for specifying preconditioners
2011-05-26 stevenjcopyright year bump
2011-03-02 stevenjcomment typo
2010-10-28 stevenjfix support for maxtime in Luksan algorithms and ORIG_D...
2010-07-30 stevenjhandle missing C99/IEEE copysign function, e.g. for...
2010-07-15 stevenjallow BOBYQA and COBYLA to use unequal initial step...
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-04-03 stevenjnew, extensible "object-oriented" API, first draft
2010-02-09 stevenjuse NLopt stop criteria in Luksan code: in particular...
2009-11-18 stevenjadded ISRES (compiles, but untested)
2008-11-26 stevenjinitial (undocumented) support for equality constraints...
2008-11-22 stevenjwork around broken solaris gcc
2008-11-09 stevenjadded qsort_r replacement
2008-08-27 stevenjcopyright updates
2008-08-15 stevenjinitial (untested) stab at ~full MMA
2007-09-05 stevenjadded test integrand, sobol_skip, checked whether looku...
2007-09-05 stevenjadded sobol api to nlopt-util.h, split data into separa...
2007-09-03 stevenjrename fmin to minf to avoid conflict with C99 fmin...
2007-08-26 stevenjimplemented a couple more division strategies
2007-08-25 stevenjuse nlopt_stopping in StoGO (currently only for maxeval...
2007-08-24 stevenjsupported more stopping criteria in subplex (still...
2007-08-24 stevenjadded common random-number generation and timer utilities