|
OptaPlanner Benchmark 6.2.0.CR2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
SingleBenchmarkResult.accumulateResults(BenchmarkReport)
,
because PlannerBenchmarkResult.accumulateResults(BenchmarkReport)
does that already on
PlannerBenchmarkResult.getUnifiedProblemBenchmarkResultList()
.
PlannerBenchmark
instance.
ProblemBenchmarksConfig.buildProblemBenchmarkList(SolverBenchmarkResult)
.
getOutputFileExtension()
,
because a good output file is able to function as an input file.
Solution
type potentially has its own file extension.
PlannerBenchmarkConfig
at runtime before building
the PlannerBenchmark
.
SingleBenchmarkResult
s of a PlannerBenchmark
fail,
the PlannerBenchmark
throws this exception
after all SingleBenchmarkResult
s are finished and the benchmark report has been written.PlannerBenchmark
instances.Solver
configurations on multiple problem instances (data sets).Solver
configurations.ProblemBenchmarkResult
SingleBenchmarkResult
NaturalScoreComparator
, but is able to compare Score
s of different types or nulls.Solver
configuration for 1 problem instance (data set).SingleBenchmarkResult
Solution
from or to a File
.Solver
configuration benchmarked on multiple problem instances (data sets).SolverRankingWeightFactory
orders a SolverBenchmarkResult
by how how many time each of it's
SingleBenchmarkResult
beat the SingleBenchmarkResult
of the other SolverBenchmarkResult
s.Comparator
orders a SolverBenchmarkResult
by its total Score
.Comparator
orders a SolverBenchmarkResult
by its worst Score
.Score
implementations require specific subclasses:
For BendableScore
, use XStreamBendableScoreConverter
.
|
OptaPlanner Benchmark 6.2.0.CR2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |