Download List

Descripción del Proyecto

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

Varias correcciones de errores menores.
Tags: Bugfixes
Various minor bugfixes.

2010-09-07 06:06
2.2.1

Varias correcciones para compilar en Microsoft Visual Studio, así como una corrección de errores de configuración de la tolerancia absoluta.
Tags: Bugfixes
Various fixes to compile under Microsoft Visual Studio, as well a bugfix to absolute tolerance settings.

2010-07-16 18:06
2.2

El algoritmo se ha añadido para SLSQP gradiente basado en optimización no lineal restringida. Implícita la ampliación por la dimensión que se hace en BOBYQA y COBYLA. Varios errores fueron corregidos.
Tags: Minor, Bugfixes
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.

2010-07-08 07:31
2.1.1

Esta versión corrige un cheque para Python configurar los directorios, la falta de funciones de la versión en la interfaz de Guile.
Tags: Bugfixes
This release corrects a configure check for Python include directories, missing version functions in the Guile interface.

2010-07-08 07:31
2.1

Apoyo a vectores limitaciones valorados. No lineal restricciones de igualdad en el algoritmo COBYLA.
Tags: Minor
Support for vector-valued constraints. Nonlinear equality constraints in the COBYLA algorithm.

Project Resources