Class StepScoreProblemStatistic
java.lang.Object
org.optaplanner.benchmark.impl.statistic.ProblemStatistic
org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreProblemStatistic
-
Field Summary
Fields inherited from class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
problemBenchmarkResult, problemStatisticType, warningList
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateSubSingleStatistic
(SubSingleBenchmarkResult subSingleBenchmarkResult) void
writeGraphFiles
(BenchmarkReport benchmarkReport) Methods inherited from class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
accumulateResults, fillWarningList, getAnchorId, getGraphFile, getProblemBenchmarkResult, getProblemStatisticType, getSubSingleStatisticList, getWarningList, setProblemBenchmarkResult, toString, writeChartToImageFile
-
Field Details
-
graphFileList
-
-
Constructor Details
-
StepScoreProblemStatistic
-
-
Method Details
-
createSubSingleStatistic
public SubSingleStatistic createSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult) - Specified by:
createSubSingleStatistic
in classProblemStatistic
-
getGraphFileList
- Specified by:
getGraphFileList
in classProblemStatistic
- Returns:
- never null
-
writeGraphFiles
- Specified by:
writeGraphFiles
in classProblemStatistic
-