Interface Console<T>
-
- Type Parameters:
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 aRenderer
that performs the necessary conversions.
- All Known Implementing Classes:
SwingConsole
public interface Console<T>
A console provides users with a mechanism for interacting with an evolutionary algorithm.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
select(List<? extends T> renderedEntities)
-