|
LoadableScriptOptBase | Script [get, protected set] |
| Loadable script object of type LoadableScriptOptBase in which the current object is embedded (and obtains all data from it). More...
|
|
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] |
|
IG.Lib.LoadableScriptOptBase.AnalysisScript.AnalysisScript |
( |
| ) |
|
|
inlineprivate |
Direct analysis class used in optimization problems, modified such that it is connected with a loadable script of type
- See also
- LoadableScriptOptBase
.
- Parameters
-
override void IG.Lib.LoadableScriptOptBase.AnalysisScript.Analyse |
( |
IAnalysisResults |
analysisData | ) |
|
|
inline |
Performs analysis - calculates requested results and writes them to the provided data structure.
- Parameters
-
analysisData | Data structure where analysis request parameters are obtained and where analysis results are written. |
Implements IG.Num.IAnalysis.
void IG.Lib.LoadableScriptOptBase.AnalysisScript.Test |
( |
| ) |
|
|
inline |
Loadable script object of type LoadableScriptOptBase in which the current object is embedded (and obtains all data from it).
The documentation for this class was generated from the following file: