|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.udc.gii.common.eaf.plugin.stoptest.StopTestPlugin
es.udc.gii.common.eaf.plugin.stoptest.FesPlugin
public class FesPlugin
This class implements a plugin with the responsability of return the number of current function evaluations (FEs) executed by the algorithm and the maximum number of FEs allowed to execute.
Field Summary | |
---|---|
private int |
max_fes
Maximum number of function evaluations |
Constructor Summary | |
---|---|
FesPlugin()
|
Method Summary | |
---|---|
void |
configure(org.apache.commons.configuration.Configuration conf)
|
int |
getCurrent(EvolutionaryAlgorithm algorithm)
Return the current number of function evaluations excuted by the algorithm |
int |
getMax(EvolutionaryAlgorithm algorithm)
|
Methods inherited from class es.udc.gii.common.eaf.plugin.stoptest.StopTestPlugin |
---|
getStopTestList |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int max_fes
Constructor Detail |
---|
public FesPlugin()
Method Detail |
---|
public void configure(org.apache.commons.configuration.Configuration conf)
public int getCurrent(EvolutionaryAlgorithm algorithm)
getCurrent
in class StopTestPlugin
algorithm
- the algorithm that is in execution.
public int getMax(EvolutionaryAlgorithm algorithm)
getMax
in class StopTestPlugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |