es.udc.gii.common.eaf.stoptest
Class FEsStopTest

java.lang.Object
  extended by es.udc.gii.common.eaf.stoptest.SimpleStopTest
      extended by es.udc.gii.common.eaf.stoptest.FEsStopTest
All Implemented Interfaces:
Configurable, StopTest
Direct Known Subclasses:
DimensionFEsStopTest, MaxFEsStopTest

public abstract class FEsStopTest
extends SimpleStopTest

A FEsStopTest represents a stop test that depends on the number of function evaluations performed by the algorithm.

Since:
1.0
Author:
Grupo Integrado de IngenierĂ­a (www.gii.udc.es)

Constructor Summary
FEsStopTest()
           
 
Method Summary
abstract  int getFEs()
          Returns the maximun nunmber of function evaluations that the algorithm will perform.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface es.udc.gii.common.eaf.stoptest.StopTest
isReach
 
Methods inherited from interface es.udc.gii.common.eaf.config.Configurable
configure
 

Constructor Detail

FEsStopTest

public FEsStopTest()
Method Detail

getFEs

public abstract int getFEs()
Returns the maximun nunmber of function evaluations that the algorithm will perform.

Returns:
maximum number of function evaluations.