IPerformanceInfo.InitFeasiblePoint

Syntax

InitFeasiblePoint: Array;

InitFeasiblePoint: System.Array;

Description

The InitFeasiblePoint property returns found start point which meets the specified constraints.

Comments

To get an actual number of iterations, use the IPerformanceInfo.Iterations property.

Fore and Fore.NET Examples

The property use is given in the example for ISmNonLinearOptimization.PerformanceInfo.

See also:

IPerformanceInfo