Package org.optaplanner.benchmark.impl
Class ProblemBenchmarksFactory
- java.lang.Object
-
- org.optaplanner.benchmark.impl.ProblemBenchmarksFactory
-
public class ProblemBenchmarksFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description ProblemBenchmarksFactory(ProblemBenchmarksConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <Solution_>
voidbuildProblemBenchmarkList(SolverBenchmarkResult solverBenchmarkResult, Solution_[] extraProblems)
-
-
-
Constructor Detail
-
ProblemBenchmarksFactory
public ProblemBenchmarksFactory(ProblemBenchmarksConfig config)
-
-
Method Detail
-
buildProblemBenchmarkList
public <Solution_> void buildProblemBenchmarkList(SolverBenchmarkResult solverBenchmarkResult, Solution_[] extraProblems)
-
-