org.optaplanner.benchmark.impl.statistic
Interface ProblemStatistic
- All Known Implementing Classes:
- AbstractProblemStatistic, BestScoreProblemStatistic, BestSolutionMutationProblemStatistic, CalculateCountProblemStatistic, ImprovingStepPercentageProblemStatistic, MemoryUseProblemStatistic, MoveCountPerStepProblemStatistic, StepScoreProblemStatistic
public interface ProblemStatistic
1 statistic of ProblemBenchmark
getProblemStatisticType
ProblemStatisticType getProblemStatisticType()
- Returns:
- never null
getAnchorId
String getAnchorId()
- Returns:
- never null
createSingleStatistic
SingleStatistic createSingleStatistic()
- This method is thread-safe.
- Returns:
- never null
writeStatistic
void writeStatistic()
getCsvFilePath
String getCsvFilePath()
- Returns:
- never null, relative to the
DefaultPlannerBenchmark.benchmarkReportDirectory
(not ProblemBenchmark.problemReportDirectory
)
getWarningList
List<String> getWarningList()
- Returns:
- never null
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.