Package | Description |
---|---|
org.processmining.plugins.etm.engines | |
org.uncommonseditedbyjoosbuijs.watchmaker.framework |
This package provides a framework for evolutionary computation.
|
Modifier and Type | Class and Description |
---|---|
class |
LoggingEvolutionEngine<R>
A generic evolution engine that provides some logging functionalities (UNDER
CONSTRUCTION).
|
class |
ParetoEngine
A specific engine that does not evolve a single
NAryTree but a whole
group of Trees in a ParetoFront . |
class |
TreeEvolutionEngine
Specific implementation of an evolution engine for
NAryTree s. |
Modifier and Type | Class and Description |
---|---|
class |
EvolutionStrategyEngine<T extends java.lang.Comparable<? super T>>
General purpose engine for implementing Evolution Strategies.
|
class |
GenerationalEvolutionEngine<T extends java.lang.Comparable<? super T>>
This class implements a general-purpose generational evolutionary algorithm.
|
class |
SteadyStateEvolutionEngine<T extends java.lang.Comparable<? super T>>
An implementation of steady-state evolution, which is a type of evolutionary
algorithm where a population is changed incrementally, with one individual
evolved at a time.
|