chiark / gitweb /
Use trusty
[nlopt.git] / mma /
2017-08-24 Julien SchuellerMerge pull request #134 from jschueller/uninitialized
2017-08-23 Julien SchuellerFix all uninitialized variable warnings
2016-09-14 Steven G. JohnsonMerge pull request #84 from amroamroamro/patch-1
2016-09-13 Amrofix some compiler warnings
2016-07-11 Julien SchuellerSwitch to cmake (#49)
2015-05-12 Steven G. Johnsonmore robustness to underflow etc. (fix #36)
2015-04-17 Steven G. Johnsonadd nlopt_get_errmsg(opt) for more informative error...
2014-05-20 Steven G. Johnsoncopyright year update for 2014
2012-07-20 stevenjdocument CCSA
2012-07-20 stevenjversion bump for 2.3
2011-11-28 stevenjCCSA trust-region problem should use dual_opt parameter...
2011-11-26 stevenjuse reciprocal quadratic formula, which is accurate...
2011-11-16 stevenjbug fix in preconditioned CCSA
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
2011-02-13 stevenjhandle lb == ub in MMA (bugfix)
2010-07-08 stevenjin functions with constraints, make sure forced_stop...
2010-07-06 stevenjfix mma mconstraints
2010-07-01 stevenjadd mconstraint to C API (not yet tested), thanks to...
2010-05-31 stevenjimprove C++ header exceptions, rename NLOPT_FORCE_STOP...
2010-05-28 stevenja few int -> unsigned fixes
2010-05-28 stevenjadded nlopt_force_stop termination
2010-04-05 stevenjadd set_max_objective to automate the sign flip for...
2010-04-05 stevenjversion, copyright-year bump
2010-04-05 stevenjin MMA, only stop on minf_max if feasible!
2010-04-03 stevenjnew, extensible "object-oriented" API, first draft
2008-11-22 stevenjwork around broken solaris gcc
2008-11-11 stevenjimprove MMA for infeasible starting point -- new points...
2008-11-11 stevenjbug fix in MMA for infeasible starting point -- feasibl...
2008-10-21 stevenjhandle infeasible initial point in MMA with finite...
2008-10-02 stevenjsupport for disabling constraints in MMA by returning NaN
2008-09-15 stevenjunset mma_verbose for recursive MMA of dual
2008-08-28 stevenjfirst stab at experimental cquad algorithm; doesn't...
2008-08-27 stevenjcopyright updates
2008-08-24 stevenjuse recursive MMA as fallback in case of problems with...
2008-08-23 stevenjchanged nlopt_minimize_c to nlopt_minimize_constrained...
2008-08-20 stevenjfixed another nasty bug, where we could accidentally...
2008-08-20 stevenjtweaks to verbose output
2008-08-19 stevenjfix evil bug in MMA dual function that was leading...
2008-08-19 stevenjdon't print past end of array in mma_verbose mode
2008-08-19 stevenjmore accurate dual minimization for small u
2008-08-18 stevenjmore verbose output from MMA; more paranoia required...
2008-08-18 stevenjrm hack now that we are computing gradient correctly...
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-08-05 stevenjadded mma_verbose flag for debugging
2008-07-29 stevenjfixed incorrect termination code
2008-07-29 stevenjadded MMA implementation