|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
I - individual typepublic interface EvolutionaryAlgorithmListener<I>
A listener that receives notification of progress in an evolutionary algorithm function.
| Method Summary | |
|---|---|
void |
exitFailed(EvolutionaryAlgorithmEvent<I> e)
Notify this listener of an exit failed event. |
void |
exitSucceeded(EvolutionaryAlgorithmEvent<I> e)
Notify this listener of an exit succeeded event. |
void |
fitnessCalculated(EvolutionaryAlgorithmEvent<I> e)
Notify this listener of a fitness calculated event. |
void |
mutated(EvolutionaryAlgorithmEvent<I> e)
Notify this listener of a mutated event. |
void |
recombined(EvolutionaryAlgorithmEvent<I> e)
Notify this listener of a recombined event. |
void |
selected(EvolutionaryAlgorithmEvent<I> e)
Notify this listener of a selected event. |
| Method Detail |
|---|
void exitFailed(EvolutionaryAlgorithmEvent<I> e)
e - exit failed eventEvolutionaryAlgorithmEvent.getPopulation(),
EvolutionaryAlgorithmEvent.getScores(),
EvolutionaryAlgorithmEvent.getTime()void exitSucceeded(EvolutionaryAlgorithmEvent<I> e)
e - exit succeeded eventEvolutionaryAlgorithmEvent.getPopulation(),
EvolutionaryAlgorithmEvent.getScores(),
EvolutionaryAlgorithmEvent.getTime()void recombined(EvolutionaryAlgorithmEvent<I> e)
e - recombined eventEvolutionaryAlgorithmEvent.getPopulation(),
EvolutionaryAlgorithmEvent.getRecombined()void mutated(EvolutionaryAlgorithmEvent<I> e)
e - mutated eventEvolutionaryAlgorithmEvent.getRecombined(),
EvolutionaryAlgorithmEvent.getMutated()void fitnessCalculated(EvolutionaryAlgorithmEvent<I> e)
e - fitness calculated eventEvolutionaryAlgorithmEvent.getIndividual(),
EvolutionaryAlgorithmEvent.getScore()void selected(EvolutionaryAlgorithmEvent<I> e)
e - selected eventEvolutionaryAlgorithmEvent.getPopulation(),
EvolutionaryAlgorithmEvent.getSelected(),
EvolutionaryAlgorithmEvent.getScores()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||