ITargetControlVariable

Assembly: Cp;

Description

The ITargetControlVariable interface is used to work with controlling variable.

Inheritance Hierarchy

          ITargetControlVariable

Comments

Controlling variables are variables, which values can change at the search of solution until the constraints are executed, which are imposed on controlling variables and the criterion function, and until the condition of criterion function optimization is satisfied.

To work with controlling variables, use the ITargetControlVariablesArray interface.

Properties

  Property name Brief description
CoefficientsOrder The CoefficientsOrder property determines an order of variable coefficients.
Constraints The Constraints property determines the collection of constraints for controlling variable.
Id The Id property returns identifier of controlling variable.
InitApproximation The InitApproximation property determines initial approximations of controlling variable.
Name The Name property determines a variable name.
Retrospective The Retrospective property determines initial approximations of controlling variable before criterion problem calculation start.

See also:

Cp Assembly Interfaces