|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Termination | |
mss.ea.al | This package contains basic skeletons for algorithms. |
mss.ea.trm | This package contains classes that represent the termination operator. |
Uses of Termination in mss.ea.al |
Methods in mss.ea.al that return Termination | |
Termination |
Controller.removeTermination(int index)
Deprecated. |
Methods in mss.ea.al with parameters of type Termination | |
void |
Controller.addTermination(Termination t)
Deprecated. |
Uses of Termination in mss.ea.trm |
Subclasses of Termination in mss.ea.trm | |
class |
DoubleScoreTermination
Abstract base class for termination operators evaluating scores of type double. |
class |
FloatScoreTermination
Abstract base class for termination operators evaluating scores of type float. |
class |
IntegerScoreTermination
Abstract base class for termination operators evaluating scores of type int. |
class |
LongScoreTermination
Abstract base class for termination operators evaluating scores of type long. |
class |
MaxGenTermination
Termination after reaching a specified number of generations. |
|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |