|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectgeneticWedge.gp.StoppingCriterion
geneticWedge.gp.EvaluativeStoppingCriterion
public abstract class EvaluativeStoppingCriterion
An EvaluativeStoppingCriterion checks some property of the fitness function to decide whether evolution should be stopped. This may be contrasted with FixedGenerationStoppingCriterion which does not implememt early stopping.
Constructor Summary | |
---|---|
EvaluativeStoppingCriterion()
|
Method Summary | |
---|---|
void |
setMaximise(boolean maximiseValue)
If true, it is assumed that a high-valued FitnessFunction is desirable. |
boolean |
usesValidation()
Early Stopping may be carried out based on changes in the training fitness or the validation fitness. |
Methods inherited from class geneticWedge.gp.StoppingCriterion |
---|
stopIfNoDiversity, stopIfNoDiversity, stopReached, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EvaluativeStoppingCriterion()
Method Detail |
---|
public void setMaximise(boolean maximiseValue)
public boolean usesValidation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |