Class BestSolutionMutationStatisticPoint
java.lang.Object
org.optaplanner.benchmark.impl.statistic.StatisticPoint
org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationStatisticPoint
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
long
Methods inherited from class org.optaplanner.benchmark.impl.statistic.StatisticPoint
buildCsvLine, buildCsvLineWithDoubles, buildCsvLineWithLongs, buildCsvLineWithStrings, parseCsvLine
-
Constructor Details
-
BestSolutionMutationStatisticPoint
public BestSolutionMutationStatisticPoint(long timeMillisSpent, int mutationCount)
-
-
Method Details
-
getTimeMillisSpent
public long getTimeMillisSpent() -
getMutationCount
public int getMutationCount() -
toCsvLine
- Specified by:
toCsvLine
in classStatisticPoint
-