public class ImprovingStepPercentageProblemStatistic extends AbstractProblemStatistic
AbstractProblemStatistic.ProblemStatisticCsv, AbstractProblemStatistic.ProblemStatisticCsvLine
Modifier and Type | Field and Description |
---|---|
protected Map<Class<? extends org.optaplanner.core.impl.move.Move>,File> |
graphStatisticFileMap |
csvStatisticFile, problemBenchmark, problemStatisticType, warningList
Constructor and Description |
---|
ImprovingStepPercentageProblemStatistic(ProblemBenchmark problemBenchmark) |
Modifier and Type | Method and Description |
---|---|
SingleStatistic |
createSingleStatistic()
This method is thread-safe.
|
String |
getGraphFilePath(Class<? extends org.optaplanner.core.impl.move.Move> moveClass) |
Collection<Class<? extends org.optaplanner.core.impl.move.Move>> |
getMoveClasses() |
protected void |
writeCsvStatistic() |
protected void |
writeGraphStatistic() |
fillWarningList, getAnchorId, getCsvFilePath, getProblemBenchmark, getProblemStatisticType, getWarningList, toFilePath, writeChartToImageFile, writeStatistic
public ImprovingStepPercentageProblemStatistic(ProblemBenchmark problemBenchmark)
public SingleStatistic createSingleStatistic()
ProblemStatistic
public Collection<Class<? extends org.optaplanner.core.impl.move.Move>> getMoveClasses()
public String getGraphFilePath(Class<? extends org.optaplanner.core.impl.move.Move> moveClass)
DefaultPlannerBenchmark.benchmarkReportDirectory
(not ProblemBenchmark.problemReportDirectory
)protected void writeCsvStatistic()
writeCsvStatistic
in class AbstractProblemStatistic
protected void writeGraphStatistic()
writeGraphStatistic
in class AbstractProblemStatistic
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.