IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Base class for direct analysis classes that define optimization problems. Represent the complete definition of the optimization problem (without initial parameters). Concrete analysis classes (e.g. representing optimization examples or complex direct problems solved through numerical simulation) should be derived from this class. More...
Public Member Functions | |
abstract void | Analyse (IAnalysisResults analysisData) |
Performs analysis - calculates requested results and writes them to the provided data structure. More... | |
Protected Attributes | |
int | _numParameters = -1 |
int | _numObjectives = -1 |
int | _numConstraints = -1 |
int | _numEqualityConstraints = -1 |
Properties | |
object | Lock [get] |
virtual int | NumParameters [get, set] |
Number of parameters. More... | |
virtual int | NumObjectives [get, set] |
Number of objective functions (normally 1 for this type, but can be 0). More... | |
virtual int | NumConstraints [get, set] |
Number of constraints. More... | |
virtual int | NumEqualityConstraints [get, set] |
Number of equality constraints. More... | |
![]() | |
int | NumParameters [get, set] |
Number of parameters. More... | |
int | NumObjectives [get, set] |
Number of objective functions (normally 1 for this type, but can be 0). More... | |
int | NumConstraints [get, set] |
Number of constraints. More... | |
int | NumEqualityConstraints [get, set] |
Number of equality constraints. More... | |
![]() | |
object | Lock [get] |
Private Attributes | |
object | _lock = new object() |
Base class for direct analysis classes that define optimization problems. Represent the complete definition of the optimization problem (without initial parameters). Concrete analysis classes (e.g. representing optimization examples or complex direct problems solved through numerical simulation) should be derived from this class.
$A Igor May08 Jun10;
|
pure virtual |
Performs analysis - calculates requested results and writes them to the provided data structure.
analysisData | Data structure where analysis request parameters are obtained and where analysis results are written. |
Implements IG.Num.IAnalysis.
Implemented in IG.Num.OptConstrained.Example2dTestSimple, IG.Num.OptConstrained.Example2dTest, IG.Num.OptConstrained.Example2dTest1, IG.Lib.LoadableScriptOptBase.AnalysisScript, IG.Num.OptUnconstrained.ExampleRosenbrockGeneralizedAdjacent, and IG.Num.OptUnconstrained.ExampleRosenbrock.
|
private |
|
protected |
|
protected |
|
protected |
|
protected |
|
get |
|
getset |
Number of parameters.
|
getset |
Number of objective functions (normally 1 for this type, but can be 0).
|
getset |
Number of constraints.
|
getset |
Number of equality constraints.