public static final class IloCplex.Param.Tune
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static IloCplex.DoubleParam |
DetTimeLimit
Deterministic time limit per model and per test setting.
|
static IloCplex.IntParam |
Display
Level of the tuning display.
|
static IloCplex.IntParam |
Measure
Method used to compare across multiple problems.
|
static IloCplex.IntParam |
Repeat
Number of times to permute the model and repeat.
|
static IloCplex.DoubleParam |
TimeLimit
Time limit per model and per test setting.
|
public static final IloCplex.DoubleParam DetTimeLimit
See CPXPARAM_Tune_DetTimeLimit in the C API for further information.
public static final IloCplex.IntParam Display
See CPXPARAM_Tune_Display in the C API for further information.
public static final IloCplex.IntParam Measure
See CPXPARAM_Tune_Measure in the C API for further information.
public static final IloCplex.IntParam Repeat
See CPXPARAM_Tune_Repeat in the C API for further information.
public static final IloCplex.DoubleParam TimeLimit
See CPXPARAM_Tune_TimeLimit in the C API for further information.