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