chiark / gitweb /
numpy 1.6 compatibility, ESCH matlab help
[nlopt.git] / Makefile.am
2013-08-29 Steven G. JohnsonMerge pull request #1 from xantares/master
2013-08-29 xantaresFixed out-of-source build
2013-08-28 Steven G. Johnsonfix missing README, remove darcs cruft
2013-08-27 Steven G. Johnsonrm defunct Nocedal code references (but keep NLOPT_LD_L...
2013-02-08 stevenjadded ESCH algorithm
2011-06-09 stevenj--with-cxx should not use -no-undefined, since it deppe...
2010-07-10 stevenjadded slsqp code (compiles, not yet tested)
2010-06-03 stevenjinitial stab at guile-wrapper/SWIG Makefile
2009-11-18 stevenjadded ISRES (compiles, but untested)
2009-11-17 stevenjadd preliminary BOBYQA (not quite working yet)
2008-11-26 stevenjinitial (undocumented) support for equality constraints...
2008-11-10 stevenjcopyright clarifications
2008-11-10 stevenjremove Rowan's original subplex (non-free) from source...
2008-11-08 stevenjadded nelder-mead simplex algorithm (in preparation...
2008-11-08 stevenjfixes for latest autoconf version
2008-08-30 stevenjadded NEWUOA, unified starting step-size for derivative...
2008-08-29 stevenjadded COBYLA algorithm
2008-07-29 stevenjallow cxx library to be installed simultaneously with...
2008-07-29 stevenjadded MMA implementation
2008-07-29 stevenjcompile with non-free Nocedal L-BFGS if it is present...
2008-04-12 stevenjadd --with-cxx to include C++ code, and don't include...
2008-03-09 stevenjfix directory build order (build lib before octave...
2007-09-13 stevenjadded first version of MLSL multistart-type algorithm
2007-09-07 stevenjadded my own implementation of controlled random search...
2007-09-03 stevenjadded luksan/ directory, which will eventually contain...
2007-09-01 stevenjadded first cut at Praxis, renamed constants
2007-08-30 stevenjadded octave plug-in
2007-08-26 stevenjadd initial re-implementation of DIRECT (still too...
2007-08-24 stevenjadded common random-number generation and timer utilities
2007-08-23 stevenjadded test program and some test objectives
2007-08-23 stevenjautoconfiscated, and got to compile