chiark / gitweb /
use stdcall interface by default on Windows, since this seems to be more standard...
[nlopt.git] / api / nlopt.c
2009-11-19 stevenjadded get/set stochastic_population functions for great...
2009-11-18 stevenjmake sure minf is initialized to HUGE_VAL before callin...
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-25 stevenjskeleton of future equality-constraint support
2008-11-22 stevenjwork around broken solaris gcc
2008-11-13 stevenjMLSL needs a nonzero default ftol_rel and/or xtol_rel
2008-11-10 stevenjremove Rowan's original subplex (non-free) from source...
2008-11-10 stevenjadded sbplx
2008-11-09 stevenjadded internal nldrmd_minimize_ for use in subplex
2008-11-09 stevenjfixed nelder-mead xtol/ftol stopping criteria, added...
2008-11-08 stevenjadded nelder-mead simplex algorithm (in preparation...
2008-09-01 stevenjdefault to COBYLA rather than subplex for local searche...
2008-09-01 stevenjadded NEWUOA_BOUND
2008-08-30 stevenjadded NEWUOA, unified starting step-size for derivative...
2008-08-29 stevenjadded COBYLA algorithm
2008-08-27 stevenjcopyright updates
2008-08-23 stevenjchanged nlopt_minimize_c to nlopt_minimize_constrained...
2008-08-18 stevenjmore verbose output from MMA; more paranoia required...
2008-08-18 stevenjadded nlopt_minimize_c function for constrained minimiz...
2008-08-15 stevenjfixed MMA so it compiles and works at least in the...
2008-08-15 stevenjinitial (untested) stab at ~full MMA
2008-07-29 stevenjname tweak
2008-07-29 stevenjadded MMA implementation
2008-07-29 stevenjcompile with non-free Nocedal L-BFGS if it is present...
2008-04-12 stevenjdon't export "subplex" symbol to avoid conflict with...
2008-04-12 stevenjadd --with-cxx to include C++ code, and don't include...
2007-09-13 stevenjadded first version of MLSL multistart-type algorithm
2007-09-07 stevenjadded my own implementation of controlled random search...
2007-09-04 stevenjadded TNEWTON (pnet) code from luksan
2007-09-03 stevenjadded PLIS variable-metric methods
2007-09-03 stevenjadded luksan/ directory, which will eventually contain...
2007-09-03 stevenjrename fmin to minf to avoid conflict with C99 fmin...
2007-09-02 stevenjsupport all termination conditions in praxis
2007-09-02 stevenjminor bug fixes, praxis now supports maxeval/maxtime...
2007-09-02 stevenjdynamic allocation in praxis, pass stop parameter ...
2007-09-01 stevenjadded first cut at Praxis, renamed constants
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-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-29 stevenjfixed comment, added some basic argument checks
2007-08-26 stevenjadd initial re-implementation of DIRECT (still too...
2007-08-25 stevenjuse nlopt_stopping in StoGO (currently only for maxeval...
2007-08-25 stevenjrecenter coords so that starting guess is utilized...
2007-08-25 stevenjsupport both randomized and deterministic versions...
2007-08-24 stevenjsupported more stopping criteria in subplex (still...
2007-08-24 stevenjsome cleanups, bugfixes
2007-08-24 stevenjadded version number
2007-08-24 stevenjadded common random-number generation and timer utilities
2007-08-24 stevenjsupport for bound constraints in NLOPT_LOCAL_SUBPLEX
2007-08-24 stevenjsupport both Jones and Gablonsky direct variants
2007-08-24 stevenjwhoops
2007-08-23 stevenjadded test program and some test objectives
2007-08-23 stevenjautoconfiscated, and got to compile