|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Counter | |
mss.ea.stat | Classes to gather information about a runnning algorithm. |
mss.ea.trm | This package contains classes that represent the termination operator. |
Uses of Counter in mss.ea.stat |
Classes in mss.ea.stat that implement Counter | |
class |
IntegerCounter
Integer counter. |
class |
LongCounter
Long counter. |
Uses of Counter in mss.ea.trm |
Fields in mss.ea.trm declared as Counter | |
protected Counter |
MaxGenTermination.counter
Generation counter to use for break condition testing. |
protected Counter |
CounterCondition.counter
Counter to use for break condition testing. |
protected Counter |
ModuloCondition.counter
Counter used for condition testing. |
Methods in mss.ea.trm with parameters of type Counter | |
void |
MaxGenTermination.setCounter(Counter c)
Sets the generation counter. |
Constructors in mss.ea.trm with parameters of type Counter | |
MaxGenTermination(long generations,
Counter c)
Constructor with maximal number of generations and counter to gather information from. |
|
CounterCondition(Counter count,
long val)
Constructor. |
|
ModuloCondition(Counter counter,
long value)
Constructor. |
|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |