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...
|
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] |
|
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;