public class BasicNeighborModule extends NeighborModule
NeighborModule.| Modifier and Type | Class and Description |
|---|---|
static class |
BasicNeighborModule.PermutationType
Type of
Neighbor operator for the PermutationGenotype. |
SINGLETON| Constructor and Description |
|---|
BasicNeighborModule()
Constructs a
BasicNeighborModule. |
| Modifier and Type | Method and Description |
|---|---|
void |
config()
Configure the module.
|
BasicNeighborModule.PermutationType |
getPermutationType()
Returns the permutation mode.
|
void |
setPermutationType(BasicNeighborModule.PermutationType permutationMode)
Sets the permutation mode.
|
addControlListener, addIndividualStateListener, addOptimizerIterationListener, addOptimizerStateListener, constant, multipublic BasicNeighborModule()
BasicNeighborModule.public BasicNeighborModule.PermutationType getPermutationType()
public void setPermutationType(BasicNeighborModule.PermutationType permutationMode)
permutationMode - the permutation modepublic void config()
Opt4JModuleBinder