es.udc.gii.common.eaf.log.jade
Class FandCRParameterLogTool
java.lang.Object
es.udc.gii.common.eaf.log.LogTool
es.udc.gii.common.eaf.log.jade.FandCRParameterLogTool
- All Implemented Interfaces:
- Configurable, java.util.Observer
public class FandCRParameterLogTool
- extends LogTool
This log tool is used to record the mean values of F and CR during the execution of a JADE Algorithm.
- Since:
- 1.0
- Author:
- Grupo Integrado de IngenierĂa (www.gii.udc.es)
Method Summary |
java.lang.String |
getLogID()
|
void |
update(java.util.Observable o,
java.lang.Object arg)
|
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
F_plugin
private JADEFAdaptiveParameter F_plugin
CR_plugin
private JADECRAdaptiveParameter CR_plugin
FandCRParameterLogTool
public FandCRParameterLogTool()
update
public void update(java.util.Observable o,
java.lang.Object arg)
- Specified by:
update
in interface java.util.Observer
- Overrides:
update
in class LogTool
getLogID
public java.lang.String getLogID()
- Overrides:
getLogID
in class LogTool