Modifier and Type | Method and Description |
---|---|
abstract void |
SubSingleStatistic.close(Solver<Solution_> solver) |
abstract void |
SubSingleStatistic.open(Solver<Solution_> solver) |
Modifier and Type | Method and Description |
---|---|
void |
BestScoreSubSingleStatistic.close(Solver<Solution_> solver) |
void |
BestScoreSubSingleStatistic.open(Solver<Solution_> solver) |
Modifier and Type | Method and Description |
---|---|
void |
BestSolutionMutationSubSingleStatistic.close(Solver<Solution_> solver) |
void |
BestSolutionMutationSubSingleStatistic.open(Solver<Solution_> solver) |
Modifier and Type | Method and Description |
---|---|
void |
MemoryUseSubSingleStatistic.close(Solver<Solution_> solver) |
void |
MemoryUseSubSingleStatistic.open(Solver<Solution_> solver) |
Modifier and Type | Method and Description |
---|---|
void |
MoveCountPerStepSubSingleStatistic.close(Solver<Solution_> solver) |
void |
MoveCountPerStepSubSingleStatistic.open(Solver<Solution_> solver) |
Modifier and Type | Method and Description |
---|---|
void |
ScoreCalculationSpeedSubSingleStatistic.close(Solver<Solution_> solver) |
void |
ScoreCalculationSpeedSubSingleStatistic.open(Solver<Solution_> solver) |
Modifier and Type | Method and Description |
---|---|
void |
StepScoreSubSingleStatistic.close(Solver<Solution_> solver) |
void |
StepScoreSubSingleStatistic.open(Solver<Solution_> solver) |
Modifier and Type | Method and Description |
---|---|
void |
ConstraintMatchTotalBestScoreSubSingleStatistic.close(Solver<Solution_> solver) |
void |
ConstraintMatchTotalBestScoreSubSingleStatistic.open(Solver<Solution_> solver) |
Modifier and Type | Method and Description |
---|---|
void |
ConstraintMatchTotalStepScoreSubSingleStatistic.close(Solver<Solution_> solver) |
void |
ConstraintMatchTotalStepScoreSubSingleStatistic.open(Solver<Solution_> solver) |
Modifier and Type | Method and Description |
---|---|
void |
PickedMoveTypeBestScoreDiffSubSingleStatistic.close(Solver<Solution_> solver) |
void |
PickedMoveTypeBestScoreDiffSubSingleStatistic.open(Solver<Solution_> solver) |
Modifier and Type | Method and Description |
---|---|
void |
PickedMoveTypeStepScoreDiffSubSingleStatistic.close(Solver<Solution_> solver) |
void |
PickedMoveTypeStepScoreDiffSubSingleStatistic.open(Solver<Solution_> solver) |
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) |
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_> |
AbstractSolverFactory.buildSolver() |
Constructor and Description |
---|
SolverEventSupport(Solver<Solution_> solver) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.