|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.udc.gii.common.eaf.plugin.multiobjective.crowding.Crowding
public abstract class Crowding
This plugin calculates the crowding distance of a NSGA2Individual. Look at the different subclases for details on what criteria is followed to calculate this distance.
Constructor Summary | |
---|---|
Crowding()
|
Method Summary | |
---|---|
abstract void |
calculate(java.util.List<NSGA2Individual> list)
Calculates the crowding distance of each individual of a given list of individuals. |
void |
resetCrowdingDistance(java.util.List<NSGA2Individual> list)
Resets the crowding distance of each individual to cero. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface es.udc.gii.common.eaf.config.Configurable |
---|
configure |
Constructor Detail |
---|
public Crowding()
Method Detail |
---|
public void resetCrowdingDistance(java.util.List<NSGA2Individual> list)
list
- - List of individuals.public abstract void calculate(java.util.List<NSGA2Individual> list)
list
- - List of individuals.public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |