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