chiark / gitweb /
Use trusty
[nlopt.git] / cdirect / cdirect.c
2014-05-20 Steven G. Johnsoncopyright year update for 2014
2012-07-20 stevenjversion bump for 2.3
2011-05-26 stevenjcopyright year bump
2011-03-29 stevenjbug fix in cdirect -- typo caused slope to be underesti...
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 stevenjversion, copyright-year bump
2010-01-29 stevenjfixed to compile under C++, use C++ compiler in --with...
2008-11-22 stevenjwork around broken solaris gcc
2008-11-13 stevenjyikes, bug fix in DIRECT that prevented convergence...
2008-11-09 stevenjadded qsort_r replacement
2008-08-27 stevenjcopyright updates
2007-09-03 stevenjrename fmin to minf to avoid conflict with C99 fmin...
2007-09-01 stevenjadded first cut at Praxis, renamed constants
2007-08-30 stevenjreset age whenever we change a hyperrect
2007-08-30 stevenjswitch to "standard" DIRECT-L where we only pick one...
2007-08-30 stevenjgot rid of buggy f_recenter (Lagrange interpolation...
2007-08-29 stevenjK can be arbitrarily large for rightmost point in hull
2007-08-29 stevenjsupport calling both original and new DIRECT code,...
2007-08-29 stevenjadd options to use either original Fortran-derived...
2007-08-29 stevenjfixed comment, added some basic argument checks
2007-08-29 stevenjreturn more descriptive error code
2007-08-29 stevenjwhoops!
2007-08-29 stevenjperformance hack: exploit the fact that the x coordinat...
2007-08-29 stevenjonly check ftol on iterations where fmin decreased...
2007-08-29 stevenjsaner memory management (and better performance), impro...
2007-08-28 stevenjchanged rect so that (x,y) = (d,f) are in order
2007-08-28 stevenjbug fix in cdirect - handle case where different indice...
2007-08-27 stevenjuse red-black tree in cdirect instead of repeatedly...
2007-08-26 stevenjcomment
2007-08-26 stevenjimplemented a couple more division strategies
2007-08-26 stevenjbug fix in Gablonsky measure for cdirect
2007-08-26 stevenjadd initial re-implementation of DIRECT (still too...