Modifier and Type | Method and Description |
---|---|
abstract void |
SingleStatistic.close(Solver solver) |
abstract void |
SingleStatistic.open(Solver solver) |
Modifier and Type | Method and Description |
---|---|
void |
BestScoreSingleStatistic.close(Solver solver) |
void |
BestScoreSingleStatistic.open(Solver solver) |
Modifier and Type | Method and Description |
---|---|
void |
BestSolutionMutationSingleStatistic.close(Solver solver) |
void |
BestSolutionMutationSingleStatistic.open(Solver solver) |
Modifier and Type | Method and Description |
---|---|
void |
CalculateCountSingleStatistic.close(Solver solver) |
void |
CalculateCountSingleStatistic.open(Solver solver) |
Modifier and Type | Method and Description |
---|---|
void |
MemoryUseSingleStatistic.close(Solver solver) |
void |
MemoryUseSingleStatistic.open(Solver solver) |
Modifier and Type | Method and Description |
---|---|
void |
MoveCountPerStepSingleStatistic.close(Solver solver) |
void |
MoveCountPerStepSingleStatistic.open(Solver solver) |
Modifier and Type | Method and Description |
---|---|
void |
ConstraintMatchTotalBestScoreSingleStatistic.close(Solver solver) |
void |
ConstraintMatchTotalBestScoreSingleStatistic.open(Solver solver) |
Modifier and Type | Method and Description |
---|---|
void |
ConstraintMatchTotalStepScoreSingleStatistic.close(Solver solver) |
void |
ConstraintMatchTotalStepScoreSingleStatistic.open(Solver solver) |
Modifier and Type | Method and Description |
---|---|
void |
PickedMoveTypeBestScoreDiffSingleStatistic.close(Solver solver) |
void |
PickedMoveTypeBestScoreDiffSingleStatistic.open(Solver solver) |
Modifier and Type | Method and Description |
---|---|
void |
PickedMoveTypeStepScoreDiffSingleStatistic.close(Solver solver) |
void |
PickedMoveTypeStepScoreDiffSingleStatistic.open(Solver solver) |
Modifier and Type | Method and Description |
---|---|
void |
StepScoreSingleStatistic.close(Solver solver) |
void |
StepScoreSingleStatistic.open(Solver solver) |
Modifier and Type | Method and Description |
---|---|
abstract Solver |
SolverFactory.buildSolver()
Creates a new
Solver instance. |
Constructor and Description |
---|
BestSolutionChangedEvent(Solver solver,
long timeMillisSpent,
SolutionG newBestSolution,
int newUninitializedVariableCount) |
Modifier and Type | Method and Description |
---|---|
Solver |
SolverConfig.buildSolver()
Deprecated.
Use
SolverFactory.buildSolver() or SolverConfig.buildSolver(ClassLoader) instead. |
Solver |
SolverConfig.buildSolver(ClassLoader classLoader) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSolver
Default implementation for
Solver . |
Modifier and Type | Method and Description |
---|---|
Solver |
AbstractSolverFactory.buildSolver() |
Copyright © 2006–2015 JBoss by Red Hat. All rights reserved.