See: Description
Interface | Description |
---|---|
Console<T> |
A console provides users with a mechanism for interacting with an
evolutionary algorithm.
|
Renderer<T,S> |
Maps objects of one type to objects of a different type.
|
Class | Description |
---|---|
InteractiveSelection<T> |
Special selection strategy used for interactive evolutionary algorithms.
|
RendererAdapter<T,S> |
Adapter class for chaining together two renderers in series to provide
flexibility.
|