Download List

專案描述

NLopt is a library for nonlinear optimization that allows one to select from a wide variety of optimization algorithms by changing a single parameter. Its features include both local and global optimization, unconstrained, bound-constrained, or nonlinear-inequality constrained problems, and optimization using function values only or using derivatives if they are available. It was initially begun as a wrapper around several existing optimization packages, but it now also includes original implementations of several algorithms for which no free code was available. It provides interfaces callable from C/C++, Fortran, Matlab, GNU Octave, Python, and GNU Guile.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-05-27 06:07
2.2.2

Various minor bugfixes.
標籤: Bugfixes

2010-09-07 06:06
2.2.1

Various fixes to compile under Microsoft Visual Studio, as well a bugfix to absolute tolerance settings.
標籤: Bugfixes

2010-07-16 18:06
2.2

The SLSQP algorithm was added for gradient-based nonlinearly constrained optimization. Implicit per-dimension scaling is done in BOBYQA and COBYLA. Various bugs were fixed.
標籤: Minor, Bugfixes

2010-07-08 07:31
2.1.1

This release corrects a configure check for Python include directories, missing version functions in the Guile interface.
標籤: Bugfixes

2010-07-08 07:31
2.1

Support for vector-valued constraints. Nonlinear equality constraints in the COBYLA algorithm.
標籤: Minor

Project Resources