Class ProblemBasedSubSingleStatistic<Solution_,StatisticPoint_ extends StatisticPoint>
java.lang.Object
org.optaplanner.benchmark.impl.statistic.SubSingleStatistic<Solution_,StatisticPoint_>
org.optaplanner.benchmark.impl.statistic.ProblemBasedSubSingleStatistic<Solution_,StatisticPoint_>
- Direct Known Subclasses:
BestScoreSubSingleStatistic
,BestSolutionMutationSubSingleStatistic
,MemoryUseSubSingleStatistic
,MoveCountPerStepSubSingleStatistic
,ScoreCalculationSpeedSubSingleStatistic
,StepScoreSubSingleStatistic
public abstract class ProblemBasedSubSingleStatistic<Solution_,StatisticPoint_ extends StatisticPoint>
extends SubSingleStatistic<Solution_,StatisticPoint_>
-
Field Summary
Fields inherited from class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic
logger, pointList, subSingleBenchmarkResult
-
Constructor Summary
ModifierConstructorDescriptionprotected
protected
ProblemBasedSubSingleStatistic
(SubSingleBenchmarkResult subSingleBenchmarkResult, ProblemStatisticType problemStatisticType) -
Method Summary
Methods inherited from class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic
close, createPointFromCsvLine, getAnchorId, getCsvFile, getCsvFileName, getCsvHeader, getPointList, getRelativeCsvFilePath, getSubSingleBenchmarkResult, hibernatePointList, initPointList, open, setPointList, setSubSingleBenchmarkResult, unhibernatePointList
-
Field Details
-
problemStatisticType
-
-
Constructor Details
-
ProblemBasedSubSingleStatistic
protected ProblemBasedSubSingleStatistic() -
ProblemBasedSubSingleStatistic
protected ProblemBasedSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult, ProblemStatisticType problemStatisticType)
-
-
Method Details
-
getStatisticType
- Specified by:
getStatisticType
in classSubSingleStatistic<Solution_,
StatisticPoint_ extends StatisticPoint>
-
toString
-