|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mss.ea.trm.AbstractStreamCondition | +--mss.ea.trm.ScoreStreamCondition | +--mss.ea.trm.AbsoluteScoreStreamCondition
Termination at an absolute score value. The break condition is fulfilled in case that the score of the best individual > lowerBound and < upperBound. Note: this operator assumes that the stream is sorted (best first).
Field Summary | |
protected double |
doubleLowerBound
Lower bound (double). |
protected double |
doubleUpperBound
Upper bound (double). |
protected float |
floatLowerBound
Lower bound (float). |
protected float |
floatUpperBound
Upper bound (float). |
protected int |
intLowerBound
Lower bound (int). |
protected int |
intUpperBound
Upper bound (int). |
protected long |
longLowerBound
Lower bound (long). |
protected long |
longUpperBound
Upper bound (long). |
Fields inherited from class mss.ea.trm.ScoreStreamCondition |
DOUBLE, FLOAT, INT, LONG, mode, NONE |
Fields inherited from class mss.ea.trm.AbstractStreamCondition |
comp |
Constructor Summary | |
AbsoluteScoreStreamCondition(double lowerBound,
double upperBound)
Constructor (mode double). |
|
AbsoluteScoreStreamCondition(float lowerBound,
float upperBound)
Constructor (mode float). |
|
AbsoluteScoreStreamCondition(int lowerBound,
int upperBound)
Constructor (mode int). |
|
AbsoluteScoreStreamCondition(long lowerBound,
long upperBound)
Constructor (mode long). |
Method Summary | |
boolean |
isTrue(IndividualStream is)
Test of break condition. |
Methods inherited from class mss.ea.trm.AbstractStreamCondition |
getComparator, setComparator |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected double doubleLowerBound
protected double doubleUpperBound
protected float floatLowerBound
protected float floatUpperBound
protected int intLowerBound
protected int intUpperBound
protected long longLowerBound
protected long longUpperBound
Constructor Detail |
public AbsoluteScoreStreamCondition(double lowerBound, double upperBound)
lowerBound
- lower termination boundupperBound
- upper termination boundpublic AbsoluteScoreStreamCondition(float lowerBound, float upperBound)
lowerBound
- lower boundupperBound
- upper termination boundpublic AbsoluteScoreStreamCondition(int lowerBound, int upperBound)
lowerBound
- lower termination boundupperBound
- upper termination boundpublic AbsoluteScoreStreamCondition(long lowerBound, long upperBound)
lowerBound
- lower termination boundupperBound
- upper termination boundMethod Detail |
public boolean isTrue(IndividualStream is)
isTrue
in class AbstractStreamCondition
|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |