org.optaplanner.benchmark.impl.statistic.bestscore
Class BestScoreProblemStatistic
java.lang.Object
org.optaplanner.benchmark.impl.statistic.AbstractProblemStatistic
org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreProblemStatistic
- All Implemented Interfaces:
- ProblemStatistic
public class BestScoreProblemStatistic
- extends AbstractProblemStatistic
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
graphStatisticFileList
protected List<File> graphStatisticFileList
BestScoreProblemStatistic
public BestScoreProblemStatistic(ProblemBenchmark problemBenchmark)
createSingleStatistic
public SingleStatistic createSingleStatistic()
- Description copied from interface:
ProblemStatistic
- This method is thread-safe.
- Returns:
- never null
getGraphFilePathList
public List<String> getGraphFilePathList()
- Returns:
- never null, each path is relative to the
DefaultPlannerBenchmark.benchmarkReportDirectory
(not ProblemBenchmark.problemReportDirectory
)
writeCsvStatistic
protected void writeCsvStatistic()
- Specified by:
writeCsvStatistic
in class AbstractProblemStatistic
writeGraphStatistic
protected void writeGraphStatistic()
- Specified by:
writeGraphStatistic
in class AbstractProblemStatistic
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.