MsTargetProblem

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The MsTargetProblem class is used to set up criterion problem calculation parameters.

Comments

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.

Fore.NET Syntax

Class to get analog of the MsTargetProblem class:

MsTargetProblemClass;

Class to get analog of the MsTargetProblem class object:

None;

Properties inherited from IMsTargetProblem

  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.

Properties inherited from IMsOptimizationProblem

  Property name Brief description
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.
Extremum The Extremum property determines the type of the extremum which is searched on finding optimal value of criterion function.
The Level property determines calendar level that should be used for problem calculation.
MaxIterationsCount The MaxIterationsCount property determines the maximum number of iterations, at which optimal value is found.
MethodType The MethodType property determines problem calculation method.
Model The Model property returns a model that contains criterion function parameters.
NodesCount The NodesCount property determines the number of spans, in which the range defined for controlling variables should be divided.
Operands The PhaseVariables property returns the collection of phase variables.
Tolerance The Tolerance property sets accuracy of problem solution.
The VariablesCalculationTechnique property determines the optimization mechanism used to calculate phase variable values.

Properties inherited from IMsProblemDetails

  Property name Brief description
The Period property returns an object that determines parameters of sample and forecast periods for modeling problem.

See also:

Ms Assembly Classes