|
||||||||||
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.nsga2.NSGA2LogTool
public abstract class NSGA2LogTool
Field Summary |
---|
Fields inherited from class es.udc.gii.common.eaf.log.LogTool |
---|
fileExtension, name, oldFolder, oldName |
Constructor Summary | |
---|---|
NSGA2LogTool()
|
Method Summary | |
---|---|
java.util.List<NSGA2Individual> |
getFirstFront(java.util.List<Individual> population)
Returns the individuals in the first Pareto-front in a population. |
Methods inherited from class es.udc.gii.common.eaf.log.LogTool |
---|
configure, finalize, getLog, getLogID, getNodeID, setFile, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NSGA2LogTool()
Method Detail |
---|
public java.util.List<NSGA2Individual> getFirstFront(java.util.List<Individual> population)
population
- - List of individuals.
population
is null
or empty.
WrongIndividualException
- - If the
passed list of individuals contains instances that are not instances of
NSGA2Individual.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |