ILOG CPLEX 11.0 Parameters Reference Manual > > Alphabetic List of Parameters > Tuning measure |
Tuning measure |
INDEX PREVIOUS NEXT |
C Name
CPX_PARAM_TUNINGMEASURE
C++ Name
TuningMeasure
Java Name
TuningMeasure
.NET Name
TuningMeasure
InteractiveOptimizer
tune measure
Identifier
1110
Description
Controls the measure for evaluating progress when a suite of models is being tuned.
Possible values are:
CPX_TUNE_AVERAGE
uses the mean average of time to compare different parameter sets over a suite of models.
CPX_TUNE_MINMAX
uses a minmax approach to compare the time of different parameter sets over a suite of models.
Values
Value |
Meaning |
---|---|
CPX_TUNE_AVERAGE |
mean time; default |
CPX_TUNE_MINMAX |
minmax time |
Copyright © 1987-2007 ILOG S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |