Uses of Class
dynheurset.measure.Measure
| Package | Description |
|---|---|
| dynheurset.measure |
This package contains classes implementing different performance measures.
|
| dynheurset.update |
This package contains classes implementing different update strategies.
|
| dynheurset.update.remove |
This package contains classes implementing different removal strategies.
|
| dynheurset.update.reset |
This package contains classes implementing different reset conditions
|
-
Uses of Measure in dynheurset.measure
Subclasses of Measure in dynheurset.measure Modifier and Type Class Description classDisimprDurMeasureMeasure the performance by the ratio between the percentage disimprovement made by the heuristic and its duration.classDisimprFreqDurMeasureMeasure the performance by the ratio between the frequency of disimprovement of the heuristic and its duration.classDisimprFreqMeasureMeasure the performance by the frequency of disimprovement of the heuristicclassDisimprMeasureMeasure the performance by the percentage disimprovement of the heuristic.classImprDurMeasureMeasure the performance by the ratio between the percentage of improvement of the heuristic and its duration.classImprFreqDurMeasureMeasure the performance by the ratio between the frequency of improvement of the heuristic and its duration.classImprFreqMeasureMeasure the performance by the frequency of improvement of the heuristic.classImprMeasureMeasure the performance by the percentage improvement of the heuristic.classPerfDurMeasureConsiders the percentage improvement, the percentage disimprovement, and the duration of the a heuristic to measure its performance.classPerfFreqDurMeasureConsiders the frequency of improvement, the frequency of disimprovement, and the duration of the a heuristic to measure its performance.classPerfFreqMeasureConsiders the frequency improvement, and the frequency disimprovement of the heuristic to measure its performance.classPerfMeasureConsiders the percentage improvement and the percentage disimprovement of the heuristic to measure its performance.classWtdBestPerfDurMeasureclassWtdBestPerfFreqDurMeasureclassWtdBestPerfFreqMeasureclassWtdBestPerfMeasureclassWtdBestRunbestPerfDurMeasureclassWtdBestRunbestPerfFreqDurMeasureclassWtdBestRunbestPerfFreqMeasureclassWtdBestRunbestPerfMeasureclassWtdPerfDurMeasureclassWtdPerfFreqDurMeasureclassWtdPerfFreqMeasureclassWtdPerfMeasure -
Uses of Measure in dynheurset.update
Fields in dynheurset.update declared as Measure Modifier and Type Field Description protected MeasureUpdate. measureThe performance measure that measures the value of low-level heuristicsMethods in dynheurset.update with parameters of type Measure Modifier and Type Method Description voidUpdate. setMeasure(Measure measure)Sets the performance measure for this update strategy. -
Uses of Measure in dynheurset.update.remove
Fields in dynheurset.update.remove declared as Measure Modifier and Type Field Description MeasureRemove. measureThe performance measure that measures the value of low-level heuristics.Methods in dynheurset.update.remove with parameters of type Measure Modifier and Type Method Description voidRemove. setup(RunStat runStat, Measure measure) -
Uses of Measure in dynheurset.update.reset
Fields in dynheurset.update.reset declared as Measure Modifier and Type Field Description MeasureReset. measureMethods in dynheurset.update.reset with parameters of type Measure Modifier and Type Method Description voidReset. setup(RunStat runStat, Measure measure)