ICallbackCycle

Assembly:Cp.

Description

The ICallbackCycle interface is used for custom calculation of controlling variables of non-linear optimization.

Inheritance Hierarchy

          ICallbackCycle

Comments

Use the ICpNonLinearOptimization.CallbackCycle property to use custom calculation in non-linear optimization.

Methods

  Method name Brief description
Execute The Execute method calculates controlling variables.
GetTermValue The GetTermValue method is used to get phase variable value.
SetControlVariableValue The SetControlVariableValue method sets the value of controlling variable.

See also:

Cp Assembly Interfaces