chiark / gitweb /
Use trusty
[nlopt.git] / api / nlopt.h
2015-04-17 Steven G. Johnsonadd nlopt_get_errmsg(opt) for more informative error...
2014-05-20 Steven G. Johnsoncopyright year update for 2014
2014-02-24 Steven G. JohnsonMerge pull request #6 from xantares/pytest
2013-11-19 Steven G. Johnson2.4.1 release: use cdecl, not stdcall, on Win32
2013-03-28 Steven G. Johnsonadded nlopt_munge_data to fix bug in C++ (and Python...
2013-02-08 stevenjadded ESCH algorithm
2012-07-20 stevenjversion bump for 2.3
2011-11-15 stevenjadded (untested) interface for specifying preconditioners
2011-11-15 stevenjadded CCSAQ algorithm; internal support for preconditio...
2011-05-26 stevenjcopyright year bump
2010-11-20 stevenjrename subspace_dim to vector_storage, since not necess...
2010-11-18 stevenjadd get/set subspace dimension for low-storage quasi...
2010-09-06 stevenjadd missing Windows exporting junk for nlopt_algorithm_...
2010-09-01 stevenjfix compiler warnings about prototype mismatches in...
2010-07-30 stevenjNLOPT_DLL_EXPORT option to compile with MS dllexport...
2010-07-29 stevenjlcc doesn't support dllimport, thanks to Laurent Vanbey...
2010-07-10 stevenjadded slsqp code (compiles, not yet tested)
2010-07-01 stevenjadd mconstraint to C API (not yet tested), thanks to...
2010-06-17 stevenjSTDCALL needs to go after return type for MSVC++; thank...
2010-06-15 stevenjadd NLOPT_G_MLSL variants that require local_opt to...
2010-06-14 stevenjmove new AUGLAG constants to end of list in order to...
2010-06-14 stevenjNLOPT_AUGLAG, no LN/LD, which requires local-opt algori...
2010-06-05 stevenjreplace free_f_data flag with more general munging...
2010-06-02 stevenjstreamlined C++ header by using only std::vector and...
2010-06-02 stevenjadded API for free_f_data
2010-05-31 stevenjimprove C++ header exceptions, rename NLOPT_FORCE_STOP...
2010-05-28 stevenjadded nlopt_force_stop termination
2010-05-12 stevenjremove obsolete NLOPT_MINF_MAX_REACHED
2010-04-05 stevenjadd set_max_objective to automate the sign flip for...
2010-04-05 stevenjversion, copyright-year bump
2010-04-05 stevenjchange new API to use unsigned where it makes sense
2010-04-05 stevenjadd C++ style API
2010-04-05 stevenjmore nlopt_opt introspection
2010-04-03 stevenjnew, extensible "object-oriented" API, first draft
2010-04-02 stevenjuse stdcall interface by default on Windows, since...
2009-11-19 stevenjadded get/set stochastic_population functions for great...
2009-11-18 stevenjadded ISRES (compiles, but untested)
2009-11-17 stevenjadd preliminary BOBYQA (not quite working yet)
2009-11-13 stevenjcopyright year updates
2009-11-13 stevenjadded new NLOPT_ROUNDOFF_LIMITED failure code to indica...
2008-11-26 stevenjstupid Windows dllimport crap
2008-11-26 stevenjinitial (undocumented) support for equality constraints...
2008-11-25 stevenjskeleton of future equality-constraint support
2008-11-10 stevenjremove Rowan's original subplex (non-free) from source...
2008-11-10 stevenjadded sbplx
2008-11-08 stevenjadded nelder-mead simplex algorithm (in preparation...
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 stevenjadded nlopt_minimize_c function for constrained minimiz...
2008-07-29 stevenjadded MMA implementation
2008-07-29 stevenjcompile with non-free Nocedal L-BFGS if it is present...
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 stevenjrename fmin to minf to avoid conflict with C99 fmin...
2007-09-01 stevenjadded first cut at Praxis, renamed constants
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 stevenjsupport both randomized and deterministic versions...
2007-08-24 stevenjadded version number
2007-08-24 stevenjadded common random-number generation and timer utilities
2007-08-24 stevenjsupport both Jones and Gablonsky direct variants
2007-08-23 stevenjadded test program and some test objectives
2007-08-23 stevenjautoconfiscated, and got to compile