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 |
CalculateCountSubSingleStatistic.close(Solver<Solution> solver) |
void |
CalculateCountSubSingleStatistic.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 |
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,
int newUninitializedVariableCount) |
Modifier and Type | Method and Description |
---|---|
<Solution_ extends Solution> |
SolverConfig.buildSolver()
Deprecated.
|
<Solution_ extends Solution> |
SolverConfig.buildSolver(ClassLoader classLoader)
Deprecated.
|
<Solution_ extends Solution> |
SolverConfig.buildSolver(SolverConfigContext configContext) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSolver<Solution_ extends Solution>
Default implementation for
Solver . |
Modifier and Type | Method and Description |
---|---|
Solver<Solution_> |
AbstractSolverFactory.buildSolver() |
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.