moea.moga.examples
Class Analysis

java.lang.Object
  extended by moea.commons.Entity
      extended by moea.commons.Individual
          extended by moea.moga.genome.Chromosome
              extended by moea.moga.examples.Analysis

public class Analysis
extends Chromosome


Field Summary
 
Fields inherited from class moea.commons.Individual
M, x, xL, xU
 
Fields inherited from class moea.commons.Entity
N, objectiveVector, properties, scoresValid
 
Constructor Summary
Analysis()
           
Analysis(Analysis src)
           
 
Method Summary
static double calculateMean(java.util.ArrayList<java.lang.Double> list)
           
static double calculateStd(java.util.ArrayList<java.lang.Double> list, double mean)
           
 Analysis clone()
           
 void evaluate()
           
static void initialize(int nObjs)
           
static void main(java.lang.String[] args)
           
static java.lang.String ParetoFrontToString(Population<Chromosome> pop)
           
 
Methods inherited from class moea.moga.genome.Chromosome
crossover, mutate
 
Methods inherited from class moea.commons.Individual
getM, toString
 
Methods inherited from class moea.commons.Entity
compareTo, getN, getObjectiveVector, getProperty, invalidateScores, setProperty
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Analysis

public Analysis()

Analysis

public Analysis(Analysis src)
Method Detail

initialize

public static void initialize(int nObjs)

clone

public Analysis clone()
Specified by:
clone in class Chromosome

evaluate

public void evaluate()
Specified by:
evaluate in class Entity

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

calculateMean

public static double calculateMean(java.util.ArrayList<java.lang.Double> list)

calculateStd

public static double calculateStd(java.util.ArrayList<java.lang.Double> list,
                                  double mean)

ParetoFrontToString

public static java.lang.String ParetoFrontToString(Population<Chromosome> pop)