public class PickedMoveTypeBestScoreDiffSubSingleStatistic<Solution_> extends PureSubSingleStatistic<Solution_,PickedMoveTypeBestScoreDiffStatisticPoint>
| Modifier and Type | Field and Description |
|---|---|
protected List<File> |
graphFileList |
singleStatisticTypelogger, pointList, subSingleBenchmarkResult| Constructor and Description |
|---|
PickedMoveTypeBestScoreDiffSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult) |
| Modifier and Type | Method and Description |
|---|---|
void |
close(Solver<Solution_> solver) |
protected PickedMoveTypeBestScoreDiffStatisticPoint |
createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine) |
protected String |
getCsvHeader() |
List<File> |
getGraphFileList() |
void |
open(Solver<Solution_> solver) |
void |
writeGraphFiles(BenchmarkReport benchmarkReport) |
getGraphFile, getStatisticType, toString, writeChartToImageFilegetAnchorId, getCsvFile, getCsvFileName, getPointList, getRelativeCsvFilePath, getSubSingleBenchmarkResult, hibernatePointList, initPointList, setPointList, setSubSingleBenchmarkResult, unhibernatePointListpublic PickedMoveTypeBestScoreDiffSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)
public List<File> getGraphFileList()
getGraphFileList in class PureSubSingleStatistic<Solution_,PickedMoveTypeBestScoreDiffStatisticPoint>public void open(Solver<Solution_> solver)
open in class SubSingleStatistic<Solution_,PickedMoveTypeBestScoreDiffStatisticPoint>public void close(Solver<Solution_> solver)
close in class SubSingleStatistic<Solution_,PickedMoveTypeBestScoreDiffStatisticPoint>protected String getCsvHeader()
getCsvHeader in class SubSingleStatistic<Solution_,PickedMoveTypeBestScoreDiffStatisticPoint>protected PickedMoveTypeBestScoreDiffStatisticPoint createPointFromCsvLine(ScoreDefinition scoreDefinition, List<String> csvLine)
createPointFromCsvLine in class SubSingleStatistic<Solution_,PickedMoveTypeBestScoreDiffStatisticPoint>public void writeGraphFiles(BenchmarkReport benchmarkReport)
writeGraphFiles in class PureSubSingleStatistic<Solution_,PickedMoveTypeBestScoreDiffStatisticPoint>Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.