Package | Description |
---|---|
org.processmining.plugins.etm.logging | |
org.uncommonseditedbyjoosbuijs.watchmaker.framework.islands |
An implementation of island model evolution.
|
Modifier and Type | Class and Description |
---|---|
class |
EvolutionLogger<T>
Trivial evolution observer for displaying information at the end of each
generation.
|
Modifier and Type | Method and Description |
---|---|
void |
IslandEvolution.addEvolutionObserver(IslandEvolutionObserver<? super T> observer)
Adds an observer to the evolution.
|
void |
IslandEvolution.removeEvolutionObserver(IslandEvolutionObserver<? super T> observer)
Remove the specified observer.
|