#include <NLFAPP.h>
Inheritance diagram for OPTPP::NLF0APP:

Public Member Functions | |
| NLF0APP () | |
| NLF0APP (int ndim) | |
| NLF0APP (int ndim, USERFCN0APP f) | |
| NLF0APP (int ndim, USERFCN0APP f, INITFCNAPP i, AppLauncher *launcher, CompoundConstraint *constraint=0) | |
| NLF0APP (int ndim, USERFCN0APP f, INITFCNAPP i, INITCONFCN c) | |
| NLF0APP (int ndim, int nlncons, USERNLNCON0APP f, INITFCNAPP i, AppLauncher *launcher) | |
| virtual | ~NLF0APP () |
| virtual void | reset () |
| Reset the parameter values. | |
| virtual void | initFcn () |
| Initialize selected function. | |
| virtual void | eval () |
| Evaluate objective function, gradient, and Hessian. | |
| virtual real | evalF () |
| Evaluate objective function. | |
| virtual real | evalF (const NEWMAT::ColumnVector &x) |
| Evaluate objective function at x. | |
| virtual NEWMAT::ColumnVector | evalCF (const NEWMAT::ColumnVector &x) |
| Evaluate the nonlinear constraints at x. | |
| virtual NEWMAT::ColumnVector | evalG () |
| Evaluate the finite-difference gradient. | |
| virtual real | evalLagrangian (const NEWMAT::ColumnVector &x, NEWMAT::ColumnVector &mult, const NEWMAT::ColumnVector &type) |
| Evaluate the Lagrangian at x. | |
| virtual NEWMAT::ColumnVector | evalLagrangianGradient (const NEWMAT::ColumnVector &x, const NEWMAT::ColumnVector &mult, const NEWMAT::ColumnVector &type) |
| Evaluate the gradient of the Lagrangian at x. | |
Protected Attributes | |
| USERFCN0APP | fcn |
| User-defined objective function. | |
| USERNLNCON0APP | confcn |
| User-defined nonlinear constraints. | |
| INITFCNAPP | init_fcn |
| Initializes the objective function. | |
| INITCONFCN | init_confcn |
| Initializes the constraints. | |
| AppLauncher * | launcher_ |
| holds info for Launching a black box application | |
| bool | init_flag |
| Has the function been initialized? | |
Private Member Functions | |
| virtual NEWMAT::ColumnVector | evalG (const NEWMAT::ColumnVector &x) |
| Evaluate gradient at x. | |
| virtual NEWMAT::SymmetricMatrix | evalH () |
| Evaluate the Hessian. | |
| virtual NEWMAT::SymmetricMatrix | evalH (NEWMAT::ColumnVector &x) |
| Evaluate the Hessian at x. | |
| virtual NEWMAT::Matrix | evalCG (const NEWMAT::ColumnVector &x) |
| Evaluate the constraint gradient at x. | |
| virtual NEWMAT::SymmetricMatrix | evalCH (NEWMAT::ColumnVector &x) |
| Evaluate constraint hessian at x. | |
| virtual OptppArray< NEWMAT::SymmetricMatrix > | evalCH (NEWMAT::ColumnVector &x, int darg) |
| Evaluate constraint hessian at x. | |
| virtual void | evalC (const NEWMAT::ColumnVector &x) |
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
Evaluate objective function, gradient, and Hessian.
Reimplemented from OPTPP::NLF0. |
|
|
Reimplemented from OPTPP::NLF0. |
|
|
Evaluate the nonlinear constraints at x.
Reimplemented from OPTPP::NLF0. |
|
|
Evaluate the constraint gradient at x.
Reimplemented from OPTPP::NLF0. |
|
||||||||||||
|
Evaluate constraint hessian at x.
Reimplemented from OPTPP::NLF0. |
|
|
Evaluate constraint hessian at x.
Reimplemented from OPTPP::NLF0. |
|
|
Evaluate objective function at x.
Reimplemented from OPTPP::NLF0. |
|
|
Evaluate objective function.
Reimplemented from OPTPP::NLF0. |
|
|
Evaluate gradient at x.
Reimplemented from OPTPP::NLF0. |
|
|
Evaluate the finite-difference gradient.
Reimplemented from OPTPP::NLF0. |
|
|
Evaluate the Hessian at x.
Reimplemented from OPTPP::NLF0. |
|
|
Evaluate the Hessian.
Reimplemented from OPTPP::NLF0. |
|
||||||||||||||||
|
Evaluate the Lagrangian at x.
Reimplemented from OPTPP::NLF0. |
|
||||||||||||||||
|
Evaluate the gradient of the Lagrangian at x.
Reimplemented from OPTPP::NLF0. |
|
|
Initialize selected function.
Reimplemented from OPTPP::NLF0. |
|
|
Reset the parameter values.
Reimplemented from OPTPP::NLF0. |
|
|
User-defined nonlinear constraints.
Reimplemented from OPTPP::NLF0. |
|
|
User-defined objective function.
Reimplemented from OPTPP::NLF0. |
|
|
Initializes the constraints.
Reimplemented from OPTPP::NLF0. |
|
|
Initializes the objective function.
Reimplemented from OPTPP::NLF0. |
|
|
Has the function been initialized?
Reimplemented from OPTPP::NLF0. |
|
|
holds info for Launching a black box application
|