Class MoveCountPerStepStatisticPoint
java.lang.Object
org.optaplanner.benchmark.impl.statistic.StatisticPoint
org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepStatisticPoint
-
Constructor Summary
ConstructorDescriptionMoveCountPerStepStatisticPoint
(long timeMillisSpent, long acceptedMoveCount, long selectedMoveCount) -
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
Methods inherited from class org.optaplanner.benchmark.impl.statistic.StatisticPoint
buildCsvLine, buildCsvLineWithDoubles, buildCsvLineWithLongs, buildCsvLineWithStrings, parseCsvLine
-
Constructor Details
-
MoveCountPerStepStatisticPoint
public MoveCountPerStepStatisticPoint(long timeMillisSpent, long acceptedMoveCount, long selectedMoveCount)
-
-
Method Details
-
getTimeMillisSpent
public long getTimeMillisSpent() -
getAcceptedMoveCount
public long getAcceptedMoveCount() -
getSelectedMoveCount
public long getSelectedMoveCount() -
toCsvLine
- Specified by:
toCsvLine
in classStatisticPoint
-