Package | Description |
---|---|
jenes.stage | |
jenes.tutorials.old.problem2 |
Modifier and Type | Class and Description |
---|---|
class |
ExclusiveDispenser<T extends Chromosome>
An abstract dispencer useful when each individual can be in only one parallel branch, so the
distribute method is exclusive.
|
Constructor and Description |
---|
Parallel(Dispenser<T> dispenser)
Constructs a new parallel stage with the specified dispenser.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleDispenser<T extends Chromosome>
Tutorial showing how to extend
GeneticAlgorithm and how to use
the flexible and configurable breeding structure in Jenes. |