|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.cilib.stoppingcondition.MaximumRestarts
public class MaximumRestarts
The maximum number of allowed restarts.
Field Summary |
---|
Fields inherited from interface net.sourceforge.cilib.stoppingcondition.StoppingCondition |
---|
CICLOPS_EXCLUDE_ALGORITHM |
Constructor Summary | |
---|---|
MaximumRestarts()
Creates a new instance of MaximumRestarts. |
|
MaximumRestarts(int maximumRestarts)
|
|
MaximumRestarts(MaximumRestarts copy)
|
Method Summary | |
---|---|
MaximumRestarts |
getClone()
Create a cloned copy of the current object and return it. |
double |
getPercentageCompleted()
Determines the percentage complete for the associated algorithm. |
int |
getRestarts()
|
boolean |
isCompleted()
Determines whether the stopping condition has been satisfied (equivalent to StoppingCondition.getPercentageCompleted() == 1.0 but may be more efficient). |
void |
setAlgorithm(Algorithm algorithm)
Sets the algorithm that this stopping condition should be applied to. |
void |
setRestarts(int maximumRestarts)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MaximumRestarts()
public MaximumRestarts(MaximumRestarts copy)
public MaximumRestarts(int maximumRestarts)
Method Detail |
---|
public MaximumRestarts getClone()
Cloneable
getClone
in interface StoppingCondition
getClone
in interface Cloneable
Object.clone()
public int getRestarts()
public void setRestarts(int maximumRestarts)
public double getPercentageCompleted()
StoppingCondition
getPercentageCompleted
in interface StoppingCondition
public boolean isCompleted()
StoppingCondition
StoppingCondition.getPercentageCompleted()
== 1.0 but may be more efficient).
isCompleted
in interface StoppingCondition
public void setAlgorithm(Algorithm algorithm)
StoppingCondition
Algorithm.addStoppingCondition(StoppingCondition)
. This ensures that any down casting
necessary is done only once, when the stopping codition is added to an alogorithm (as apposed
to after each iteration).
setAlgorithm
in interface StoppingCondition
algorithm
- The applicable Algorithm
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |