Package dynheurset.measure
Class PerfFreqDurMeasure
java.lang.Object
dynheurset.measure.Measure
dynheurset.measure.PerfFreqDurMeasure
public class PerfFreqDurMeasure extends Measure
Considers the frequency of improvement, the frequency of disimprovement, and the
duration of the a heuristic to measure its performance.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PerfFreqDurMeasure() -
Method Summary
Modifier and Type Method Description doublemeasure(int heurIdx)Measure the performance of the heuristic indexed byheurIdxin the universal set.
-
Constructor Details
-
PerfFreqDurMeasure
public PerfFreqDurMeasure()
-
-
Method Details