es.udc.gii.common.eaf.log
Class FEsBestMeanLogTool
java.lang.Object
es.udc.gii.common.eaf.log.LogTool
es.udc.gii.common.eaf.log.FEsBestMeanLogTool
- All Implemented Interfaces:
- Configurable, java.util.Observer
public class FEsBestMeanLogTool
- extends LogTool
This log tool implements a log tool that record the number of function evaluations performed, the
fitness of the best individual and the mean fitness of the whole population after the replace stage.
This log tool does not need any kind of configuration, apart from the configuration need in the superclass.
- Since:
- 1.0
- Author:
- Grupo Integrado de IngenierĂa (www.gii.udc.es)
Method Summary |
void |
configure(org.apache.commons.configuration.Configuration conf)
Configures the specific element that implements this method. |
java.lang.String |
getLogID()
|
void |
setParameters(java.util.Map<java.lang.String,java.lang.String> parameters)
|
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 |
FEsBestMeanLogTool
public FEsBestMeanLogTool()
- Creates a new instance of BestMeanLogTool
setParameters
public void setParameters(java.util.Map<java.lang.String,java.lang.String> parameters)
configure
public void configure(org.apache.commons.configuration.Configuration conf)
- Description copied from interface:
Configurable
- Configures the specific element that implements this method.
- Specified by:
configure
in interface Configurable
- Overrides:
configure
in class LogTool
- Parameters:
conf
- a Configuration object.- See Also:
Configuration
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