Package org.optaplanner.benchmark.impl
Class SolverBenchmarkFactory
- java.lang.Object
-
- org.optaplanner.benchmark.impl.SolverBenchmarkFactory
-
public class SolverBenchmarkFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description SolverBenchmarkFactory(SolverBenchmarkConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <Solution_>
voidbuildSolverBenchmark(ClassLoader classLoader, PlannerBenchmarkResult plannerBenchmark, Solution_[] extraProblems)
protected List<SolverMetric>
getSolverMetrics(ProblemBenchmarksConfig config)
protected void
validate()
-
-
-
Constructor Detail
-
SolverBenchmarkFactory
public SolverBenchmarkFactory(SolverBenchmarkConfig config)
-
-
Method Detail
-
buildSolverBenchmark
public <Solution_> void buildSolverBenchmark(ClassLoader classLoader, PlannerBenchmarkResult plannerBenchmark, Solution_[] extraProblems)
-
validate
protected void validate()
-
getSolverMetrics
protected List<SolverMetric> getSolverMetrics(ProblemBenchmarksConfig config)
-
-