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