public class BestSolutionMutationSingleStatistic extends ProblemBasedSingleStatistic<BestSolutionMutationStatisticPoint>
problemStatisticType
logger, pointList, singleBenchmarkResult
Constructor and Description |
---|
BestSolutionMutationSingleStatistic(SingleBenchmarkResult singleBenchmarkResult) |
Modifier and Type | Method and Description |
---|---|
void |
close(Solver solver) |
protected BestSolutionMutationStatisticPoint |
createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine) |
protected String |
getCsvHeader() |
void |
open(Solver solver) |
getStatisticType
getAnchorId, getCsvFile, getCsvFilePath, getPointList, getSingleBenchmarkResult, initPointList, readCsvStatisticFile, setPointList, setSingleBenchmarkResult, writeCsvStatisticFile
public BestSolutionMutationSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
public void open(Solver solver)
open
in class SingleStatistic<BestSolutionMutationStatisticPoint>
public void close(Solver solver)
close
in class SingleStatistic<BestSolutionMutationStatisticPoint>
protected String getCsvHeader()
getCsvHeader
in class SingleStatistic<BestSolutionMutationStatisticPoint>
protected BestSolutionMutationStatisticPoint createPointFromCsvLine(ScoreDefinition scoreDefinition, List<String> csvLine)
createPointFromCsvLine
in class SingleStatistic<BestSolutionMutationStatisticPoint>
Copyright © 2006–2015 JBoss by Red Hat. All rights reserved.