moea.moga.examples
Class ChowPaperThreaded

java.lang.Object
  extended by moea.commons.Entity
      extended by moea.commons.Individual
          extended by moea.moga.genome.Chromosome
              extended by moea.moga.genome.ChromosomeWithMapping
                  extended by moea.moga.examples.ChowPaper
                      extended by moea.moga.examples.ChowPaperThreaded

public class ChowPaperThreaded
extends ChowPaper


Nested Class Summary
 
Nested classes/interfaces inherited from class moea.moga.examples.ChowPaper
ChowPaper.KindOfFunction
 
Nested classes/interfaces inherited from class moea.moga.genome.ChromosomeWithMapping
ChromosomeWithMapping.MappingMethod
 
Field Summary
static int genToMaxThread
           
 
Fields inherited from class moea.moga.examples.ChowPaper
kindOfFunction, numTrials
 
Fields inherited from class moea.moga.genome.ChromosomeWithMapping
mapping, mappingMethod
 
Fields inherited from class moea.commons.Individual
M, x, xL, xU
 
Fields inherited from class moea.commons.Entity
N, objectiveVector, properties, scoresValid
 
Constructor Summary
ChowPaperThreaded()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class moea.moga.examples.ChowPaper
bad, clone, evaluate, initializeProblem, isOptimal, printStats, ugly
 
Methods inherited from class moea.moga.genome.ChromosomeWithMapping
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
 

Field Detail

genToMaxThread

public static int genToMaxThread
Constructor Detail

ChowPaperThreaded

public ChowPaperThreaded()
Method Detail

main

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