Software:NLPQLP

From HandWiki
Revision as of 16:03, 26 July 2022 by imported>Jworkorg (link)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Short description: Fortran subroutine

The Fortran subroutine NLPQLP, a newer version of NLPQL, solves smooth nonlinear programming problems by a sequential quadratic programming (SQP) algorithm. The new version is specifically tuned to run under distributed systems. In case of computational errors, caused for example by inaccurate function or gradient evaluations, a non-monotone line search is activated. The code is easily transformed to C by f2c and is widely used in academia and industry.

References

External links