es.udc.gii.common.eaf.log.nsga2
Class NSGA2FinalParetoFrontLogTool
java.lang.Object
es.udc.gii.common.eaf.log.LogTool
es.udc.gii.common.eaf.log.nsga2.NSGA2LogTool
es.udc.gii.common.eaf.log.nsga2.NSGA2FinalParetoFrontLogTool
- All Implemented Interfaces:
- Configurable, java.util.Observer
public class NSGA2FinalParetoFrontLogTool
- extends NSGA2LogTool
Logs the final Pareto-front of an evolution with the NSGA2Algorithm. The
total generations, the front size and each indiviudal belonging to the front
are logged.
- Author:
- rafa
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 |
NSGA2FinalParetoFrontLogTool
public NSGA2FinalParetoFrontLogTool()
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