org.optaplanner.benchmark.impl.statistic.single.pickedmovetypebestscore
Class PickedMoveTypeBestScoreDiffStatisticPoint
java.lang.Object
org.optaplanner.benchmark.impl.statistic.StatisticPoint
org.optaplanner.benchmark.impl.statistic.single.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffStatisticPoint
public class PickedMoveTypeBestScoreDiffStatisticPoint
- extends StatisticPoint
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PickedMoveTypeBestScoreDiffStatisticPoint
public PickedMoveTypeBestScoreDiffStatisticPoint(long timeMillisSpent,
String moveType,
Score bestScoreDiff)
getTimeMillisSpent
public long getTimeMillisSpent()
getMoveType
public String getMoveType()
getBestScoreDiff
public Score getBestScoreDiff()
toCsvLine
public String toCsvLine()
- Specified by:
toCsvLine
in class StatisticPoint
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.