| Modifier and Type | Method and Description |
|---|---|
protected Acceptor |
LocalSearchPhaseConfig.buildAcceptor(HeuristicConfigPolicy configPolicy) |
| Modifier and Type | Method and Description |
|---|---|
Acceptor |
AcceptorConfig.buildAcceptor(HeuristicConfigPolicy configPolicy) |
| Modifier and Type | Method and Description |
|---|---|
List<Class<? extends Acceptor>> |
AcceptorConfig.getAcceptorClassList()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AcceptorConfig.setAcceptorClassList(List<Class<? extends Acceptor>> acceptorClassList)
Deprecated.
|
AcceptorConfig |
AcceptorConfig.withAcceptorClassList(List<Class<? extends Acceptor>> acceptorClassList)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected Acceptor |
LocalSearchDecider.acceptor |
| Modifier and Type | Method and Description |
|---|---|
Acceptor |
LocalSearchDecider.getAcceptor() |
| Constructor and Description |
|---|
LocalSearchDecider(String logIndentation,
Termination termination,
MoveSelector moveSelector,
Acceptor acceptor,
LocalSearchForager forager) |
MultiThreadedLocalSearchDecider(String logIndentation,
Termination termination,
MoveSelector moveSelector,
Acceptor acceptor,
LocalSearchForager forager,
ThreadFactory threadFactory,
int moveThreadCount,
int selectedMoveBufferSize) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAcceptor
Abstract superclass for
Acceptor. |
class |
CompositeAcceptor
Combines several acceptors into one.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Acceptor> |
CompositeAcceptor.acceptorList |
| Constructor and Description |
|---|
CompositeAcceptor(Acceptor... acceptors) |
| Constructor and Description |
|---|
CompositeAcceptor(List<Acceptor> acceptorList) |
| 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 |
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.