CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 639
Releases: stevengj/nlopt
v2.10.0
7d04da1
Compare
-
New Java bindings (#578).
-
Allow disabling exceptions with
set_exceptions_enabled
(#580). -
Configurable
tolg
tolerance parameter for Luksan gradient stopping condition (#585). -
Restored
LD_LBFGS_NOCEDAL
enum value (dropped in 2.9) to ease backwards compatibility for wrappers in other languages (though this algorithm is currently unimplemented) (#587).
Assets 2
v2.9.1
Compare
Assets 2
v2.9.0
Compare
Assets 2
NLopt 2.8.0
58995c2
Compare
-
Support C++ functors for objective functions (#457).
-
CCSA/MMA an now use the
initial_step
parameter to bound their initial stepsize,
and also expose a new internal parameterrho_init
(#561). -
Install
pkg-config
file on Windows (#534). -
Allow having more equality constraints than there are variables (#509).
-
Bugfixes to
nlopt_algorithm_name
(#558), MatlabNLOPT_GN_AGS
(#533), forced stop for empty dimensions (#473), SLSQP (#465), and build improvements (#551, #535,#510, #445…).
Assets 2
NLopt 2.7.1
Compare
Assets 2
NLopt 2.7.0
Compare
Assets 2
NLopt 2.6.2
Compare
Assets 2
NLopt 2.6.1
Compare
Fix nlopt_version
return value for 2.6.x and update soname and docs.
Assets 2
NLopt 2.6.0
Compare
New set_upper_bound
and set_lower_bound
functions in the low-level C API to set one bound at a time (#257). There is no longer a separate libnlopt_cxx library — C++ algorithms (stogo) are compiled and included by default (#198). Various build fixes (#197, #216, #245, #250, #230, #261, etc.), other fixes (#242, #258).
Assets 2
NLopt 2.5.0
24fc75f
Compare
See NEWS: switch to cmake
, various new functions, a new algorithm…