T
- The type of entity that can be presented by this console.
Evolutionary algorithms that evolve a different type can work with
a console via a Renderer
that performs the necessary conversions.public interface Console<T>
Modifier and Type | Method and Description |
---|---|
int |
select(java.util.List<? extends T> renderedEntities) |
int select(java.util.List<? extends T> renderedEntities)
renderedEntities
- A list of the suitably transformed entities
that will be presented to the user for selection.