|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotificationListener | |
mss.ea.al | This package contains basic skeletons for algorithms. |
mss.ea.core | This package contains some common helper classes. |
mss.ea.stat | Classes to gather information about a runnning algorithm. |
Uses of NotificationListener in mss.ea.al |
Methods in mss.ea.al that return NotificationListener | |
NotificationListener |
SingleLoopController.removeCycleListener(int index)
Deprecated. |
Methods in mss.ea.al with parameters of type NotificationListener | |
void |
SingleLoopController.addCycleListener(NotificationListener c)
Deprecated. |
void |
NotificationThread.addListener(NotificationListener listener)
Deprecated. Adds a new notification listener to the internal list. |
void |
EventNotifier.addListener(NotificationListener listener)
Adds a new notification listener to the internal list. |
Constructors in mss.ea.al with parameters of type NotificationListener | |
NotificationThread(NotificationListener listener)
Deprecated. Constructor with a single notification listener. |
|
EventNotifier(NotificationListener listener)
Constructor. |
Uses of NotificationListener in mss.ea.core |
Classes in mss.ea.core that implement NotificationListener | |
class |
AbstractPopulation
Abstract base class for a population. |
class |
GenericPopulation
Generic implementation of a population. |
class |
SortedPopulation
Base class for a population. |
class |
SortedSteadyPopulation
Sorted population with a steady number of individuals. |
Uses of NotificationListener in mss.ea.stat |
Classes in mss.ea.stat that implement NotificationListener | |
class |
AbstractUnbufferedCollector
Abstract implementation of an unbuffered data collector. |
class |
AverageScoreCollector
Collector which calculates the average score of a population. |
class |
BestScoreCollector
Collector which searches for the best score in a population. |
class |
DefaultDataTracker
Default implementation of the tracker interface. |
class |
GenerationCollector
Collector for gathering the number generations of a population. |
class |
PopulationSizeCollector
Collector for gathering the size of a population. |
class |
ScoreCollector
Collector for gathering all scores from a population. |
class |
WorstScoreCollector
Collector which searches for the worst score in a population. |
|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |