Class StatisticPoint
java.lang.Object
org.optaplanner.benchmark.impl.statistic.StatisticPoint
- Direct Known Subclasses:
BestScoreStatisticPoint
,BestSolutionMutationStatisticPoint
,ConstraintMatchTotalBestScoreStatisticPoint
,ConstraintMatchTotalStepScoreStatisticPoint
,MemoryUseStatisticPoint
,MoveCountPerStepStatisticPoint
,PickedMoveTypeBestScoreDiffStatisticPoint
,PickedMoveTypeStepScoreDiffStatisticPoint
,ScoreCalculationSpeedStatisticPoint
,StepScoreStatisticPoint
Implementations must be immutable.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
buildCsvLine
(String... values) static String
buildCsvLineWithDoubles
(long timeMillisSpent, double... values) static String
buildCsvLineWithLongs
(long timeMillisSpent, long... values) static String
buildCsvLineWithStrings
(long timeMillisSpent, String... values) parseCsvLine
(String line) abstract String
-
Constructor Details
-
StatisticPoint
public StatisticPoint()
-
-
Method Details
-
toCsvLine
-
buildCsvLineWithLongs
-
buildCsvLineWithDoubles
-
buildCsvLineWithStrings
-
buildCsvLine
-
parseCsvLine
-