|
||||||||||
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
The base class for all NSGA2 log tools.
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> |
getFront(java.util.List<Individual> population,
int front)
Returns the front + 1 -th front. |
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> getFront(java.util.List<Individual> population, int front)
front + 1
-th front. The 0-th is the Pareto front.
population
- List of individuals.front
- The front number. The 0-th front is the Pareto front.
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 |