chiark / gitweb /
Use trusty
[nlopt.git] / api /
2017-08-05 Julien SchuellerMerge pull request #108 from jdumas/master
2017-07-17 Steven G. JohnsonMerge pull request #128 from m-chaturvedi/fixing_intege...
2017-07-17 Mmanu ChaturvediFixing Integer Overflow in nlopt_srand_time
2016-10-27 Steven G. JohnsonMerge pull request #93 from jschueller/libcpp
2016-10-27 Steven G. JohnsonMerge pull request #94 from jschueller/config
2016-10-26 Julien SchuellerMerge pull request #91 from jschueller/unitialized_value
2016-10-26 Julien SchuellerAvoid uninitialized values in nlopt_create
2016-09-14 Steven G. JohnsonMerge pull request #84 from amroamroamro/patch-1
2016-09-13 Amromove definition of util functions
2016-09-13 Amrofix some compiler warnings
2016-09-13 Amrominor edits
2016-08-18 rickertmUse CMake module GNUInstallDirs to support platform...
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-12 Julien SchuellerMissing installed man pages
2016-07-11 Julien SchuellerSwitch to cmake (#49)
2015-05-26 Steven G. Johnsonbug fix in nlopt_set_lower_bounds1, thanks to @wojdyr
2015-05-12 Steven G. Johnsonmore robustness to underflow etc. (fix #36)
2015-04-17 Steven G. Johnsonfix #26
2015-04-17 Steven G. Johnsonadd nlopt_get_errmsg(opt) for more informative error...
2015-04-11 Steven G. JohnsonMerge branch 'master' of https://github.com/stevengj...
2015-03-23 Steven G. JohnsonMerge pull request #34 from jpritikin/slsqp
2015-03-20 Joshua Nathaniel... Add nlopt_isfinite
2014-09-18 Steven G. Johnsonfix #24
2014-05-20 Steven G. Johnsoncopyright year update for 2014
2014-02-24 Steven G. JohnsonMerge pull request #6 from xantares/pytest
2014-02-20 Steven G. Johnsonfix #13 (CRS for empty dimensions)
2013-11-19 Steven G. Johnson2.4.1 release: use cdecl, not stdcall, on Win32
2013-08-29 Steven G. JohnsonMerge pull request #1 from xantares/master
2013-08-29 xantaresFixed out-of-source build
2013-08-27 Steven G. Johnsonrm defunct Nocedal code references (but keep NLOPT_LD_L...
2013-03-28 Steven G. Johnsonminor typo fixes
2013-03-28 Steven G. Johnsonadded nlopt_munge_data to fix bug in C++ (and Python...
2013-02-08 stevenjadded ESCH algorithm
2012-08-08 stevenjbug fix: fix return value in set min/max objective
2012-08-08 stevenjmake internal nlopt_opt.work field a void* rather than...
2012-07-20 stevenjadded CCSAQ to man page
2012-07-20 stevenjversion bump for 2.3
2011-11-28 stevenjfix maximization with preconditioner (passed wrong...
2011-11-26 stevenjlower tolerance for dual optimization in MMA/CCSAQ...
2011-11-23 stevenjdetect null preconditioner when maximizing
2011-11-15 stevenjadded (untested) interface for specifying preconditioners
2011-11-15 stevenjadded CCSAQ algorithm; internal support for preconditio...
2011-11-15 stevenjwhen adding mconstraints, allow tol==NULL as synonym...
2011-05-26 stevenjF77 api for upper-case linkage should use set/get vecto...
2011-05-26 stevenjcopyright year bump
2011-05-26 stevenjuse elimdim in StoGO
2011-03-07 stevenjuse elimdim for praxis, nelder mead, and sbplx
2011-03-03 stevenjelimdim wrappers to handle lb==ub in derivative-free...
2010-12-07 stevenjdeprecated API should support xtol_abs==NULL (for 0...
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-10-28 stevenjfix support for maxtime in Luksan algorithms and ORIG_D...
2010-09-06 stevenjadd missing Windows exporting junk for nlopt_algorithm_...
2010-09-01 stevenjfix compiler warnings about prototype mismatches in...
2010-08-30 stevenjadd missing "inline" keywords to C++ functions so that...
2010-08-19 stevenjfixed bug in set/get xtol_abs, thanks to David Rivest...
2010-07-30 stevenjNLOPT_DLL_EXPORT option to compile with MS dllexport...
2010-07-30 stevenjstick to C89 and avoid mixed declarations and code...
2010-07-29 stevenjlcc doesn't support dllimport, thanks to Laurent Vanbey...
2010-07-15 stevenjadded Fortran mconstraint API
2010-07-15 stevenjsupport forced stops in ORIG_DIRECT
2010-07-15 stevenjallow BOBYQA and COBYLA to use unequal initial step...
2010-07-15 stevenjfix failure in C++ (and some other front-ends) when...
2010-07-12 stevenjdocument SLSQP in man page
2010-07-10 stevenjadded slsqp code (compiles, not yet tested)
2010-07-10 stevenjprepare to handle forced-stop in ORIG_DIRECT (not done...
2010-07-08 stevenjelim. memory leaks in C++/Python/Guile/Fortran interfac...
2010-07-07 stevenjreturn error if more than n equality constraints are...
2010-07-07 stevenjyikes, fix argument check for tol argument in add_const...
2010-07-06 stevenjfix python mconstraint, change C++ mconstraint to infer...
2010-07-06 stevenjadded mconstraint functions to C++ API
2010-07-06 stevenjfix mma mconstraints
2010-07-01 stevenjadd mconstraint to C API (not yet tested), thanks to...
2010-06-24 stevenjsupport equality constraints in COBYLA (internally...
2010-06-17 stevenjguard against multiple inclusion in nlopt.hpp; thanks...
2010-06-17 stevenjSTDCALL needs to go after return type for MSVC++; thank...
2010-06-16 stevenjfixed MinGW build
2010-06-16 stevenjfixed get_array functions in Fortran
2010-06-16 stevenjdoc update -- main MLSL no longer has default sub-algorithm
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 stevenjadd AUGLAG constants to other langs
2010-06-14 stevenjcopy initial_step (if any) from opt to local_opt
2010-06-14 stevenjset_initial_step(opt, NULL) resets to default
2010-06-14 stevenjdocument NLOPT_AUGLAG
2010-06-14 stevenjNLOPT_AUGLAG, no LN/LD, which requires local-opt algori...
2010-06-14 stevenjC++, STOGO, and nocedal fixes
2010-06-12 stevenjcatch and rethrow nlopt exceptions from objective
2010-06-11 stevenjsilence compiler warning
2010-06-05 stevenjreplace free_f_data flag with more general munging...
2010-06-04 stevenjfix shadowed overloading
2010-06-04 stevenjsupport exceptions in SWIG wrappers
2010-06-03 stevenjprovide alternate optimize() method that does not aretu...
2010-06-03 stevenjuse thread_id, if available, in nlopt_srand_time to...
2010-06-02 stevenjno way to rethrow last-caught exception outside of...
2010-06-02 stevenjuse memcpy, return inf on exception from objective
2010-06-02 stevenjslight optimization in std::vector<double> wrappers...
2010-06-02 stevenjno need for opt::reinit since we have = operator
2010-06-02 stevenjadded fortran wrapper for nlopt_copy
next