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

Public Member Functions | |
| NewtonProblem (DOMElement *solverXML) | |
Private Member Functions | |
| virtual DOMElement * | FindParameterXML () |
| virtual OptError | CreateFunctionOptimizer (OptimizeClass *&objfcn, NLP0 *&func) |
| virtual OptError | CreateApplicationOptimizer (OptimizeClass *&objfcn, NLP0 *&func) |
| virtual void | SetParameters (OptimizeClass *objfcn) |
Private Attributes | |
| int | searchType_ |
Static Private Attributes | |
| const int | lineSearch = 1 |
| const int | trustRegion = 2 |
| const int | trustPDS = 3 |
|
|
|
|
||||||||||||
|
Creates an Optimizer that will optimize a function run by an external Application Implements OPTPP::Problem. |
|
||||||||||||
|
Creates an Optimizer that will optimize a dynamically loaded function from an external library Implements OPTPP::Problem. |
|
|
Initially Retrieves the XML Element containing Algorithm parameters from the Solver XML Implements OPTPP::Problem. |
|
|
Sets the Algorithm Parameters for the Optimization run Reimplemented from OPTPP::Problem. |
|
|
|
|
|
|
|
|
|
|
|
|