| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLocalSearchPhase<Solution_>
Default implementation of
LocalSearchPhase. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Acceptor
An Acceptor accepts or rejects a selected
Move. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAcceptor
Abstract superclass for
Acceptor. |
class |
CompositeAcceptor
Combines several acceptors into one.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GreatDelugeAcceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
HillClimbingAcceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
LateAcceptanceAcceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
SimulatedAnnealingAcceptor
The time gradient implementation of simulated annealing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StepCountingHillClimbingAcceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTabuAcceptor
Abstract superclass for all Tabu Acceptors.
|
class |
EntityTabuAcceptor |
class |
MoveTabuAcceptor |
class |
SolutionTabuAcceptor
Deprecated.
|
class |
ValueTabuAcceptor |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LocalSearchForager
Collects the moves and picks the next step from those for the
LocalSearchDecider. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLocalSearchForager
Abstract superclass for
LocalSearchForager. |
class |
AcceptedLocalSearchForager
A
LocalSearchForager which forages accepted moves and ignores unaccepted moves. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FinalistPodium
A podium gathers the finalists (the
LocalSearchMoveScopes which might win) and picks the winner. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFinalistPodium
Abstract superclass for
FinalistPodium. |
class |
HighestScoreFinalistPodium
Default implementation of
FinalistPodium. |
class |
StrategicOscillationByLevelFinalistPodium
Strategic oscillation, works well with Tabu search.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalSearchPhaseLifecycleListenerAdapter<Solution_>
An adapter for
LocalSearchPhaseLifecycleListener. |
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.