Assembly:Cp.
The ICallbackCycle interface is used for custom calculation of controlling variables of non-linear optimization.
ICallbackCycle
Use the ICpNonLinearOptimization.CallbackCycle property to use custom calculation in non-linear optimization.
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: