chiark / gitweb /
Use trusty
[nlopt.git] / direct /
2016-07-13 Julien SchuellerMerge pull request #72 from jschueller/readme
2016-07-12 Julien SchuellerFix _NOSCAL algo typos in the man (#70)
2016-07-11 Julien SchuellerSwitch to cmake (#49)
2014-03-06 Steven G. Johnsonupdate defunct test program tst.c
2010-10-28 stevenjfix support for maxtime in Luksan algorithms and ORIG_D...
2010-07-15 stevenjreplace 1e20 with HUGE_VAL in ORIG_DIRECT code (silly...
2010-07-15 stevenjsupport forced stops in ORIG_DIRECT
2010-01-29 stevenjfixed to compile under C++, use C++ compiler in --with...
2008-11-22 stevenjwork around broken solaris gcc
2007-09-03 stevenjrename fmin to minf to avoid conflict with C99 fmin...
2007-08-30 stevenjchange MAXDEEP (maxiter) more dynamically
2007-08-29 stevenjsupport calling both original and new DIRECT code,...
2007-08-29 stevenjadd options to use either original Fortran-derived...
2007-08-25 stevenjuse HUGE_VAL instead of 1e6 for "infinity" in DIRECT
2007-08-25 stevenjtranspose [*][maxfuncs] arrays to [maxfuncs][*], so...
2007-08-24 stevenjremove hard-coded limit on number of dimensions from...
2007-08-24 stevenjclearer constants (but still hard-coded, ugh)
2007-08-24 stevenjlabel maxfunc and maxdeep clearly
2007-08-24 stevenjadded missing files
2007-08-24 stevenjsupport both Jones and Gablonsky direct variants
2007-08-23 stevenjautoconfiscated, and got to compile
2007-08-22 stevenjinitial checkin