Class BestSolutionMutationStatisticPoint
java.lang.Object
org.optaplanner.benchmark.impl.statistic.StatisticPoint
org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationStatisticPoint
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintlongMethods 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:
 toCsvLinein classStatisticPoint
 
 -