Package adams.event
Interface GeneticFitnessChangeListener
-
- All Known Implementing Classes:
AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot
,WekaGeneticAlgorithm
public interface GeneticFitnessChangeListener
Interface for classes that listen to changes in the fitness of a genetic algorithm.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fitnessChanged(GeneticFitnessChangeEvent e)
Gets called when the fitness of the genetic algorithm changed.
-
-
-
Method Detail
-
fitnessChanged
void fitnessChanged(GeneticFitnessChangeEvent e)
Gets called when the fitness of the genetic algorithm changed.- Parameters:
e
- the event
-
-