Class PickedMoveTypeBestScoreDiffSubSingleStatistic<Solution_>
- java.lang.Object
-
- org.optaplanner.benchmark.impl.statistic.SubSingleStatistic<Solution_,StatisticPoint_>
-
- org.optaplanner.benchmark.impl.statistic.PureSubSingleStatistic<Solution_,PickedMoveTypeBestScoreDiffStatisticPoint>
-
- org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffSubSingleStatistic<Solution_>
-
public class PickedMoveTypeBestScoreDiffSubSingleStatistic<Solution_> extends PureSubSingleStatistic<Solution_,PickedMoveTypeBestScoreDiffStatisticPoint>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<File>
graphFileList
-
Fields inherited from class org.optaplanner.benchmark.impl.statistic.PureSubSingleStatistic
singleStatisticType
-
Fields inherited from class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic
logger, pointList, subSingleBenchmarkResult
-
-
Constructor Summary
Constructors Constructor Description PickedMoveTypeBestScoreDiffSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PickedMoveTypeBestScoreDiffStatisticPoint
createPointFromCsvLine(ScoreDefinition<?> scoreDefinition, List<String> csvLine)
protected String
getCsvHeader()
List<File>
getGraphFileList()
void
open(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver)
void
writeGraphFiles(BenchmarkReport benchmarkReport)
-
Methods inherited from class org.optaplanner.benchmark.impl.statistic.PureSubSingleStatistic
getGraphFile, getStatisticType, toString, writeChartToImageFile
-
Methods inherited from class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic
close, getAnchorId, getCsvFile, getCsvFileName, getPointList, getRelativeCsvFilePath, getSubSingleBenchmarkResult, hibernatePointList, initPointList, setPointList, setSubSingleBenchmarkResult, unhibernatePointList
-
-
-
-
Constructor Detail
-
PickedMoveTypeBestScoreDiffSubSingleStatistic
public PickedMoveTypeBestScoreDiffSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)
-
-
Method Detail
-
getGraphFileList
public List<File> getGraphFileList()
- Specified by:
getGraphFileList
in classPureSubSingleStatistic<Solution_,PickedMoveTypeBestScoreDiffStatisticPoint>
- Returns:
- never null
-
open
public void open(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver)
- Specified by:
open
in classSubSingleStatistic<Solution_,PickedMoveTypeBestScoreDiffStatisticPoint>
-
getCsvHeader
protected String getCsvHeader()
- Specified by:
getCsvHeader
in classSubSingleStatistic<Solution_,PickedMoveTypeBestScoreDiffStatisticPoint>
-
createPointFromCsvLine
protected PickedMoveTypeBestScoreDiffStatisticPoint createPointFromCsvLine(ScoreDefinition<?> scoreDefinition, List<String> csvLine)
- Specified by:
createPointFromCsvLine
in classSubSingleStatistic<Solution_,PickedMoveTypeBestScoreDiffStatisticPoint>
-
writeGraphFiles
public void writeGraphFiles(BenchmarkReport benchmarkReport)
- Specified by:
writeGraphFiles
in classPureSubSingleStatistic<Solution_,PickedMoveTypeBestScoreDiffStatisticPoint>
-
-