pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/nlopt



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Nov 28 07:33:38 UTC 2015

Added Files:
        pkgsrc/math/nlopt: DESCR Makefile PLIST buildlink3.mk distinfo

Log Message:
Import nlopt-2.4.2 as math/nlopt.

NLopt is a free/open-source library for nonlinear optimization,
providing a common interface for a number of different free optimization
outines available online as well as original implementations of various
other algorithms.

Its features include:
- Callable from C, C++, Fortran, Matlab or GNU Octave, Python,
  GNU Guile, Julia, GNU R, Lua, and OCaml.
- A common interface for many different algorithms -- try a different
  algorithm just by changing one parameter.
- Support for large-scale optimization (some algorithms scalable to
  millions of parameters and thousands of constraints).
- Both global and local optimization algorithms.
- Algorithms using function values only (derivative-free) and also
  algorithms exploiting user-supplied gradients.
- Algorithms for unconstrained optimization, bound-constrained
  optimization, and general nonlinear inequality/equality constraints.

Reviewed by:    wiz@


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/nlopt/DESCR pkgsrc/math/nlopt/Makefile \
    pkgsrc/math/nlopt/PLIST pkgsrc/math/nlopt/buildlink3.mk \
    pkgsrc/math/nlopt/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index