See: Description
Interface | Description |
---|---|
EvolutionControl |
Common interface for GUI controls for evolutionary programs.
|
Class | Description |
---|---|
AbortControl |
A GUI control that allows the user to abort an evolutionary program.
|
NumericParameterControl<T extends Number & Comparable<T>> |
A GUI control that allows the user to set/update the value of a
numeric parameter.
|
ObjectSwingRenderer |
A default
Renderer implementation that can display any object
as a Swing component. |
ProbabilityParameterControl |
A GUI control that allows the user to set/update the value of a
Probability parameter. |
SelectionStrategyControl<T> |
An evolution control for selecting between different
SelectionStrategy implementations. |
SwingConsole |
Swing-based console for interactive evolutionary algorithms.
|
Console
interface
for interactive evolutionary algorithms.