/** \mainpage OPT++ 2.4 Documentation \section intro Introduction OPT++ is a C++ library of nonlinear optimization algorithms. The motivation for this package is to build an environment for the rapid prototyping and development of new optimization algorithms. In particular, the focus is on robust and efficient algorithms for problems in which the function and constraint evaluations require the execution of an expensive computer simulation. Currently, OPT++ includes the classic Newton methods, a nonlinear interior-point method, parallel direct search, a trust region - parallel direct search hybrid, a generating set search, and a wrapper to NPSOL. Between these methods, a wide range of problems can be solved, e.g. with or without constraints, with or without analytic gradients, simulation based, etc. OPT++ has been copyrighted by Sandia Corporation and is freely distributed under the GNU Lesser General Public License. Please see the Copyright Information and the GNU Lesser General Public License for more information. \section userguide User's guide
Authors | Juan C. Meza Lawrence Berkeley National Laboratory Patricia D. Hough Sandia National Laboratories Pamela J. Williams Sandia National Laboratories Ricardo A. Oliva Sabio Labs, Inc. |
Bug Reports | Bugzilla
|
Contact | OPT++ Developers
|
URLs | http://csmr.ca.sandia.gov/projects/opt++
http://www.nersc.gov/~meza/projects/opt++ |