Returns the fraction of completion of the tuning process.

Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
protected virtual double GetProgress()
Visual Basic
Protected Overridable Function GetProgress As Double

Return Value

The fraction of the tuning process already completed.

Remarks

The returned values are in the range of 0.0 to 1.0.

See Also