See: Description
Interface | Description |
---|---|
AfterStepAction<S extends Solution<?>,K> |
Interface for functions executed after the step execution in a workplace.
|
BeforeStepAction<S extends Solution<?>> |
Interface for functions executed before the step execution in a workplace.
|
Manager |
Interface for workplaces to interact with the global state of computation.
|
Step<T extends Solution<?>> | |
StopCondition |
Stop condition is a predicate that signalizes when the computation should stop.
|
Class | Description |
---|---|
BestSolutionAfterStepAction | |
EvolutionaryAlgorithms |
Main runtime for stream-like EA processing.
|
GeneticPipeline<T extends java.io.Serializable,S extends Solution<T>> | |
Pipeline<T,P extends Pipeline<T,P>> | |
Populations | |
StepCountStopCondition | |
TimedStopCondition | |
Workplace<T extends Solution<?>> |
Enum | Description |
---|---|
StatisticsKeys |
Compute module for (classic) evolutionary algorithms.