diff options
author | wen <wen@pkgsrc.org> | 2015-11-28 07:33:38 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2015-11-28 07:33:38 +0000 |
commit | b4076f9e4f9ef32591385bf53b42d61fc1f7fcc3 (patch) | |
tree | a62e6546b70ae3f2f782acf2ba3a13509b1c7adc /math/nlopt/PLIST | |
parent | f76c27214d9bac79d0ceafb9c6fcf6c8478d54ce (diff) | |
download | pkgsrc-b4076f9e4f9ef32591385bf53b42d61fc1f7fcc3.tar.gz |
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@
Diffstat (limited to 'math/nlopt/PLIST')
-rw-r--r-- | math/nlopt/PLIST | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/math/nlopt/PLIST b/math/nlopt/PLIST new file mode 100644 index 00000000000..8e4bd791aa4 --- /dev/null +++ b/math/nlopt/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1 2015/11/28 07:33:38 wen Exp $ +include/nlopt.f +include/nlopt.h +include/nlopt.hpp +lib/libnlopt.la +lib/pkgconfig/nlopt.pc +man/man3/nlopt.3 |