nlopt

library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization

OTHER License

Stars
1.9K
Committers
51

Bot releases are visible (Hide)

nlopt - NLopt 2.8.0 Latest Release

Published by stevengj 2 months ago

  • 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 parameter rho_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), Matlab NLOPT_GN_AGS (#533), forced stop for empty dimensions (#473), SLSQP (#465), and build improvements (#551, #535,#510, #445…).

nlopt - NLopt 2.7.1

Published by stevengj almost 3 years ago

  • Various minor bugfixes (#268, #409, #420) and build
    improvements (support Octave 6.x, Guile 3.x, Cmake 3.2).
nlopt - NLopt 2.7.0

Published by stevengj almost 4 years ago

  • New nlopt_set_param API for setting internal algorithm parameters ([#365]).

  • Avoid library-symbol conflicts ([#355], [#361])

nlopt - NLopt 2.6.2

Published by stevengj over 4 years ago

  • Fixed forced stop exception with dimension elimination ([#317])

  • Fixed get_initial_step wrapping ([#319])

  • Various build fixes ([#314], [#308], [#303], [#278])

nlopt - NLopt 2.6.1

Published by stevengj over 5 years ago

Fix nlopt_version return value for 2.6.x and update soname and docs.

nlopt - NLopt 2.6.0

Published by stevengj over 5 years ago

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).

nlopt - NLopt 2.5.0

Published by stevengj about 6 years ago

See NEWS: switch to cmake, various new functions, a new algorithm…

nlopt -

Published by stevengj about 7 years ago