Package | Description |
---|---|
org.optaplanner.core.api.solver |
Solver , SolverFactory , ... |
org.optaplanner.core.api.solver.event |
Event listeners for
Solver . |
org.optaplanner.core.config.solver | |
org.optaplanner.core.impl.partitionedsearch | |
org.optaplanner.core.impl.solver | |
org.optaplanner.core.impl.solver.event |
Modifier and Type | Method and Description |
---|---|
abstract Solver<Solution_> |
SolverFactory.buildSolver()
Creates a new
Solver instance. |
Constructor and Description |
---|
BestSolutionChangedEvent(Solver<Solution_> solver,
long timeMillisSpent,
Solution_ newBestSolution,
Score newBestScore) |
Modifier and Type | Method and Description |
---|---|
<Solution_> |
SolverConfig.buildSolver(SolverConfigContext configContext)
Do not use this method, it is an internal method.
|
Modifier and Type | Class and Description |
---|---|
class |
PartitionSolver<Solution_> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSolver<Solution_>
Common code between
DefaultSolver and child solvers (such as PartitionSolver . |
class |
DefaultSolver<Solution_>
Default implementation for
Solver . |
Modifier and Type | Method and Description |
---|---|
Solver<Solution_> |
DefaultSolverFactory.buildSolver() |
Constructor and Description |
---|
DefaultSolverJob(DefaultSolverManager<Solution_,ProblemId_> solverManager,
Solver<Solution_> solver,
ProblemId_ problemId,
Function<? super ProblemId_,? extends Solution_> problemFinder,
Consumer<? super Solution_> finalBestSolutionConsumer,
BiConsumer<? super ProblemId_,? super Throwable> exceptionHandler) |
Constructor and Description |
---|
SolverEventSupport(Solver<Solution_> solver) |
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.