public class MoveCountPerStepSubSingleStatistic<Solution_> extends ProblemBasedSubSingleStatistic<Solution_,MoveCountPerStepStatisticPoint>
problemStatisticType
logger, pointList, subSingleBenchmarkResult
Constructor and Description |
---|
MoveCountPerStepSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult) |
Modifier and Type | Method and Description |
---|---|
void |
close(Solver<Solution_> solver) |
protected MoveCountPerStepStatisticPoint |
createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine) |
protected String |
getCsvHeader() |
void |
open(Solver<Solution_> solver) |
getStatisticType, toString
getAnchorId, getCsvFile, getCsvFileName, getPointList, getRelativeCsvFilePath, getSubSingleBenchmarkResult, hibernatePointList, initPointList, setPointList, setSubSingleBenchmarkResult, unhibernatePointList
public MoveCountPerStepSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)
public void open(Solver<Solution_> solver)
open
in class SubSingleStatistic<Solution_,MoveCountPerStepStatisticPoint>
public void close(Solver<Solution_> solver)
close
in class SubSingleStatistic<Solution_,MoveCountPerStepStatisticPoint>
protected String getCsvHeader()
getCsvHeader
in class SubSingleStatistic<Solution_,MoveCountPerStepStatisticPoint>
protected MoveCountPerStepStatisticPoint createPointFromCsvLine(ScoreDefinition scoreDefinition, List<String> csvLine)
createPointFromCsvLine
in class SubSingleStatistic<Solution_,MoveCountPerStepStatisticPoint>
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.