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_>