org.optaplanner.benchmark.impl.statistic.bestsolutionmutation
Class BestSolutionMutationSingleStatistic
java.lang.Object
org.optaplanner.benchmark.impl.statistic.SingleStatistic<BestSolutionMutationStatisticPoint>
org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationSingleStatistic
public class BestSolutionMutationSingleStatistic
- extends SingleStatistic<BestSolutionMutationStatisticPoint>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BestSolutionMutationSingleStatistic
public BestSolutionMutationSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
getPointList
public List<BestSolutionMutationStatisticPoint> getPointList()
- Specified by:
getPointList
in class SingleStatistic<BestSolutionMutationStatisticPoint>
setPointList
public void setPointList(List<BestSolutionMutationStatisticPoint> pointList)
- Specified by:
setPointList
in class SingleStatistic<BestSolutionMutationStatisticPoint>
open
public void open(Solver solver)
- Specified by:
open
in class SingleStatistic<BestSolutionMutationStatisticPoint>
close
public void close(Solver solver)
- Specified by:
close
in class SingleStatistic<BestSolutionMutationStatisticPoint>
getCsvHeader
protected String getCsvHeader()
- Specified by:
getCsvHeader
in class SingleStatistic<BestSolutionMutationStatisticPoint>
createPointFromCsvLine
protected BestSolutionMutationStatisticPoint createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine)
- Specified by:
createPointFromCsvLine
in class SingleStatistic<BestSolutionMutationStatisticPoint>
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.