|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.udc.gii.common.eaf.log.LogTool
es.udc.gii.common.eaf.log.parallel.ParallelLogTool
es.udc.gii.common.eaf.log.parallel.cma.ParallelCMABestMeanLogTool
public class ParallelCMABestMeanLogTool
A parallel log tool for logging the best and mean fitness of a population.
This log tool is the same asParallelBestMeanLogTool
but for the CMA
algorithm (CMAEvolutionaryAlgorithm
).
Field Summary |
---|
Fields inherited from class es.udc.gii.common.eaf.log.parallel.ParallelLogTool |
---|
t0 |
Fields inherited from class es.udc.gii.common.eaf.log.LogTool |
---|
fileExtension, name, oldFolder, oldName |
Constructor Summary | |
---|---|
ParallelCMABestMeanLogTool()
|
Method Summary | |
---|---|
void |
update(java.util.Observable o,
java.lang.Object arg)
|
Methods inherited from class es.udc.gii.common.eaf.log.parallel.ParallelLogTool |
---|
getNodeID |
Methods inherited from class es.udc.gii.common.eaf.log.LogTool |
---|
configure, finalize, getLog, getLogID, setFile |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParallelCMABestMeanLogTool()
Method Detail |
---|
public void update(java.util.Observable o, java.lang.Object arg)
update
in interface java.util.Observer
update
in class LogTool
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |