Modifier and Type | Method and Description |
---|---|
Acceptor |
AcceptorConfig.buildAcceptor(HeuristicConfigPolicy configPolicy) |
Modifier and Type | Method and Description |
---|---|
List<Class<? extends Acceptor>> |
AcceptorConfig.getAcceptorClassList() |
Modifier and Type | Method and Description |
---|---|
void |
AcceptorConfig.setAcceptorClassList(List<Class<? extends Acceptor>> acceptorClassList) |
Modifier and Type | Field and Description |
---|---|
protected Acceptor |
LocalSearchDecider.acceptor |
Modifier and Type | Method and Description |
---|---|
void |
LocalSearchDecider.setAcceptor(Acceptor acceptor) |
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 |
Modifier and Type | Method and Description |
---|---|
void |
CompositeAcceptor.setAcceptorList(List<Acceptor> acceptorList) |
Modifier and Type | Class and Description |
---|---|
class |
GreatDelugeAcceptor
TODO Under construction.
|
Modifier and Type | Class and Description |
---|---|
class |
HillClimbingAcceptor |
Modifier and Type | Class and Description |
---|---|
class |
LateAcceptanceAcceptor |
Modifier and Type | Class and Description |
---|---|
class |
LateSimulatedAnnealingAcceptor |
Modifier and Type | Class and Description |
---|---|
class |
LegacySimulatedAnnealingAcceptor
TODO this will be removed once the time gradient based
SimulatedAnnealingAcceptor is always better. |
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 |
class |
ValueTabuAcceptor |
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.