JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.EOSscheduling
Class EOSschedulingIndividual

java.lang.Object
  extended bygov.nasa.javaGenes.core.Individual
      extended bygov.nasa.javaGenes.permutation.PermutationIndividual
          extended bygov.nasa.javaGenes.EOSscheduling.EOSschedulingIndividual
All Implemented Interfaces:
java.io.Serializable

public class EOSschedulingIndividual
extends PermutationIndividual

See Also:
Serialized Form

Field Summary
 
Fields inherited from class gov.nasa.javaGenes.core.Individual
evolvable, fitness
 
Constructor Summary
EOSschedulingIndividual(Evolvable e, FitnessFunction f)
          Sets the evolvable to e and calculates the fitness using FitnessFunction f.
 
Method Summary
 EOSschedulingEvolvable EOSschedulingIndividual()
           
 
Methods inherited from class gov.nasa.javaGenes.permutation.PermutationIndividual
getPermutationEvolvable
 
Methods inherited from class gov.nasa.javaGenes.core.Individual
bestIndividualIndex, evaluateFitness, evolvableSize, fitterThan, getEvolvable, getFitness, headerString, isCompatible, isSame, stateSave, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EOSschedulingIndividual

public EOSschedulingIndividual(Evolvable e,
                               FitnessFunction f)
Sets the evolvable to e and calculates the fitness using FitnessFunction f.

Method Detail

EOSschedulingIndividual

public EOSschedulingEvolvable EOSschedulingIndividual()

JavaGenes, NASA Ames. Written largely by Al Globus