Assembly: Ms;
The IMsTargetProblem interface is used to set up criterion problem calculation options.
IMsTargetProblem
A criterion problem consists in searching for such values of controlling variables, at which the value of criterion function will mostly correspond to the set trajectory.
To set up criterion problem calculation options, you should execute integration with LPSolve or set the path to the lpsolve55.dll library using the ISmLPSolveManager.UserLPSolvePath property.
To create criterion problem calculation options, use the MsTargetProblem class. For correct work of the created problem, it should be added to the collection of problem additional parameters. Use the IMsProblem.AdditionalDetails property for this.
Property name | Brief description | |
The AutoSearchType property determines criterion problem type. | ||
Constraints | The Constraints property returns the collection of criterion problem constraints. | |
OptimisticScenario | The OptimisticScenario property determines optimization problem scenario. | |
TargetScenario | The TargetScenario property determines criterion problem scenario. | |
The TargetScenario property determines scenario for criterion problem trajectory. |
Property name | Brief description | |
Extremum | The Extremum property determines the type of the extremum which is searched on finding optimal value of criterion function. | |
MaxIterationsCount | The MaxIterationsCount property determines the maximum number of iterations, at which optimal value is found. | |
MethodType | The MethodType property determines problem calculation method. | |
NodesCount | The NodesCount property determines the number of spans, in which the range defined for controlling variables should be divided. | |
Tolerance | The Tolerance property determines accuracy of problem calculation. | |
VariablesCalculationTechnique | The VariablesCalculationTechnique property determines the optimization mechanism that is used to calculate phase variable values. |
Property name | Brief description | |
ControlTransform | The ControlTransform property returns calculation options of the model with criterion function. | |
ControlVariables | The ControlVariables property returns the collection of controlling variables. | |
CriterionFunction | The CriterionFunction property returns criterion function. | |
CriterionFunctionResults | The CriterionFunctionResults property returns criterion function calculation result. | |
Level | The Level property determines calendar level that should be used for problem calculation. | |
Operands | The PhaseVariables property returns the collection of phase variables. | |
Problem | The Problem property returns the modeling problem used for calculation. |
Property name | Brief description | |
Period | The Period property returns an object that determines parameters of sample and forecast periods for modeling problem. |
See also: