IMsUserOptimizationCallback.OnSetupParams

Syntax

OnSetupParams(Params: IMsModelParams);

Parameters

Params. Custom optimization problem parameters.

Description

The OnSetupParams method displays a custom interface that is used to set up custom optimization problem parameters.

Example

The method use is given in the example for IMsUserOptimizationCallback.OnExecute.

See also:

IMsUserOptimizationCallback