es.udc.gii.common.eaf.log
Class PopulationLogTool
java.lang.Object
es.udc.gii.common.eaf.log.LogTool
es.udc.gii.common.eaf.log.PopulationLogTool
- All Implemented Interfaces:
- Configurable, java.util.Observer
public class PopulationLogTool
- extends LogTool
This log tool implements a log tool that record the whole algorithm population after the replace
stage of the algorithm. 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 |
java.lang.String |
toString()
|
void |
update(java.util.Observable o,
java.lang.Object arg)
|
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PopulationLogTool
public PopulationLogTool()
- Creates a new instance of BestMeanLogTool
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
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object