Package | Description |
---|---|
jenes |
Modifier and Type | Field and Description |
---|---|
protected GeneticAlgorithm.ResizeStrategy |
GeneticAlgorithm.resizeStrategy
The resize strategy used by this genetic algorithm
|
Modifier and Type | Method and Description |
---|---|
GeneticAlgorithm.ResizeStrategy |
GeneticAlgorithm.getResizeStrategy()
Returns the resize strategy used by this genetic algorithm.
|
static GeneticAlgorithm.ResizeStrategy |
GeneticAlgorithm.ResizeStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GeneticAlgorithm.ResizeStrategy[] |
GeneticAlgorithm.ResizeStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GeneticAlgorithm.setResizeStrategy(GeneticAlgorithm.ResizeStrategy rs)
Sets the resize stragety.
|