moea.commons
Class Individual

java.lang.Object
  extended by moea.commons.Entity
      extended by moea.commons.Individual
Direct Known Subclasses:
Chromosome, Particle, TestFunction

public abstract class Individual
extends Entity


Field Summary
protected static int M
           
protected  Value[] x
           
protected static Value[] xL
           
protected static Value[] xU
           
 
Fields inherited from class moea.commons.Entity
N, objectiveVector, properties, scoresValid
 
Constructor Summary
Individual()
           
Individual(Individual src)
           
 
Method Summary
static int getM()
           
 java.lang.String toString()
           
 
Methods inherited from class moea.commons.Entity
compareTo, evaluate, getN, getObjectiveVector, getProperty, invalidateScores, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

M

protected static int M

xL

protected static Value[] xL

xU

protected static Value[] xU

x

protected Value[] x
Constructor Detail

Individual

public Individual()

Individual

public Individual(Individual src)
Method Detail

getM

public static int getM()

toString

public java.lang.String toString()
Overrides:
toString in class Entity