|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.inria.optimization.cmaes.CMAEvolutionStrategy.StopCondition
public class CMAEvolutionStrategy.StopCondition
Interface to whether and which termination criteria are satisfied
Constructor Summary | |
---|---|
CMAEvolutionStrategy.StopCondition()
|
Method Summary | |
---|---|
void |
clear()
remove all earlier termination condition messages |
java.lang.String[] |
getMessages()
get description messages of satisfied termination criteria. |
int |
getNumber()
greater than zero whenever a termination criterion was satisfied, zero otherwise. |
boolean |
isFalse()
evaluates to NOT isTrue(). |
boolean |
isTrue()
true whenever a termination criterion was met. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CMAEvolutionStrategy.StopCondition()
Method Detail |
---|
public boolean isTrue()
clear()
public boolean isFalse()
isTrue()
public int getNumber()
public java.lang.String[] getMessages()
public void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |