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

Public Member Functions | |
| CGProblem (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) |
|
|
|
|
||||||||||||
|
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. |