|
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.PhiStreamCondition
Termination dependent on Phi. The condition is fulfilled, if phi falls below a particular threshold. Phi is defined as Abs( 1 - Abs( best score / average score ) ).
Field Summary | |
protected float |
threshold
Threshold. |
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 | |
PhiStreamCondition(float threshold)
Constructor. |
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 float threshold
Constructor Detail |
public PhiStreamCondition(float threshold)
threshold
- threshold valueMethod 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 |