|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.myra.antree.IterationTest
public class IterationTest
Field Summary | |
---|---|
static java.lang.String |
MAXIMUM_ITERATIONS
The property key under which the colony size is stored. |
Constructor Summary | |
---|---|
IterationTest()
Default constructor. |
Method Summary | |
---|---|
boolean |
hasConverged(Graph graph,
Iteration iteration)
Tests if the algorithm has converged. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String MAXIMUM_ITERATIONS
Constructor Detail |
---|
public IterationTest()
Method Detail |
---|
public boolean hasConverged(Graph graph, Iteration iteration)
ConvergenceTest
hasConverged
in interface ConvergenceTest
iteration
- the current iteration.
true
if the algorithm has converged;
false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |