net.sf.myra.antree
Interface ConvergenceTest

All Known Implementing Classes:
IterationTest, MaxMinStagnationTest, StagnationTest

public interface ConvergenceTest

Version:
$Revision: 2320 $ $Date:: 2011-01-25 13:06:10#$
Author:
Fernando Esteban Barril Otero

Method Summary
 boolean hasConverged(Graph graph, Iteration iteration)
          Tests if the algorithm has converged.
 

Method Detail

hasConverged

boolean hasConverged(Graph graph,
                     Iteration iteration)
Tests if the algorithm has converged.

Parameters:
iteration - the current iteration.
Returns:
true if the algorithm has converged; false otherwise.


Copyright © 2013. All Rights Reserved.