|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dishevelled.evolve.EvolutionaryAlgorithmAdapter<I>
I - individual typepublic class EvolutionaryAlgorithmAdapter<I>
Adapter for the EvolutionaryAlgorithmListener interface that provides empty implementation of all required methods.
| Constructor Summary | |
|---|---|
EvolutionaryAlgorithmAdapter()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EvolutionaryAlgorithmAdapter()
| Method Detail |
|---|
public void exitFailed(EvolutionaryAlgorithmEvent<I> e)
exitFailed in interface EvolutionaryAlgorithmListener<I>e - exit failed eventEvolutionaryAlgorithmEvent.getPopulation(),
EvolutionaryAlgorithmEvent.getScores(),
EvolutionaryAlgorithmEvent.getTime()public void exitSucceeded(EvolutionaryAlgorithmEvent<I> e)
exitSucceeded in interface EvolutionaryAlgorithmListener<I>e - exit succeeded eventEvolutionaryAlgorithmEvent.getPopulation(),
EvolutionaryAlgorithmEvent.getScores(),
EvolutionaryAlgorithmEvent.getTime()public void recombined(EvolutionaryAlgorithmEvent<I> e)
recombined in interface EvolutionaryAlgorithmListener<I>e - recombined eventEvolutionaryAlgorithmEvent.getPopulation(),
EvolutionaryAlgorithmEvent.getRecombined()public void mutated(EvolutionaryAlgorithmEvent<I> e)
mutated in interface EvolutionaryAlgorithmListener<I>e - mutated eventEvolutionaryAlgorithmEvent.getRecombined(),
EvolutionaryAlgorithmEvent.getMutated()public void fitnessCalculated(EvolutionaryAlgorithmEvent<I> e)
fitnessCalculated in interface EvolutionaryAlgorithmListener<I>e - fitness calculated eventEvolutionaryAlgorithmEvent.getIndividual(),
EvolutionaryAlgorithmEvent.getScore()public void selected(EvolutionaryAlgorithmEvent<I> e)
selected in interface EvolutionaryAlgorithmListener<I>e - selected eventEvolutionaryAlgorithmEvent.getPopulation(),
EvolutionaryAlgorithmEvent.getSelected(),
EvolutionaryAlgorithmEvent.getScores()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||