#include <OptQNIPS.h>
Inheritance diagram for OPTPP::OptQNIPS:

Public Member Functions | |
| OptQNIPS () | |
| OptQNIPS (NLP1 *p) | |
| OptQNIPS (NLP1 *p, UPDATEFCN u) | |
| OptQNIPS (NLP1 *p, TOLS t) | |
| virtual | ~OptQNIPS () |
| virtual int | checkDeriv () |
| Compare the analytic gradient with the finite-difference approximation. | |
| virtual NEWMAT::SymmetricMatrix | updateH (NEWMAT::SymmetricMatrix &H, int k) |
| Compute BFGS approximation to the Hessian of the Lagrangian. | |
Protected Member Functions | |
| NLP1 * | nlprob () const |
| pointer to an NLP1 | |
Private Attributes | |
| NLP1 * | nlp |
|
|
Default Constructor @ see OptQNIPS(NLP1* p) @ see OptQNIPS(NLP1* p, UPDATEFCN u) @ see OptQNIPS(NLP1* p, TOLS t) |
|
|
@ param p a pointer to an NLP1 |
|
||||||||||||
|
@ param p a pointer to an NLP1. @ param u a function pointer. |
|
||||||||||||
|
@ param p a pointer to an NLP1. @ param t tolerance class reference. |
|
|
Destructors |
|
|
Compare the analytic gradient with the finite-difference approximation.
Reimplemented from OPTPP::OptNIPSLike. |
|
|
pointer to an NLP1
Implements OPTPP::OptNIPSLike. |
|
||||||||||||
|
Compute BFGS approximation to the Hessian of the Lagrangian.
Implements OPTPP::OptNIPSLike. |
|
|
|