jeco.kernel.operator.assigner
Class CrowdingDistance

java.lang.Object
  extended by jeco.kernel.operator.assigner.CrowdingDistance

public class CrowdingDistance
extends java.lang.Object


Field Summary
protected  int numberOfObjectives
           
static java.lang.String propertyCrowdingDistance
           
 
Constructor Summary
CrowdingDistance(int numberOfObjectives)
           
 
Method Summary
 Solutions execute(Solutions solutions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numberOfObjectives

protected int numberOfObjectives

propertyCrowdingDistance

public static final java.lang.String propertyCrowdingDistance
See Also:
Constant Field Values
Constructor Detail

CrowdingDistance

public CrowdingDistance(int numberOfObjectives)
Method Detail

execute

public Solutions execute(Solutions solutions)