JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.permutation
Class PermutationParameters

java.lang.Object
  extended bygov.nasa.javaGenes.core.Parameters
      extended bygov.nasa.javaGenes.permutation.PermutationParameters
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EOSschedulingParameters

public class PermutationParameters
extends Parameters

See Also:
Serialized Form

Field Summary
 int permutationLength
           
 
Fields inherited from class gov.nasa.javaGenes.core.Parameters
breeder, childMakerProvider, evaluationFunction, fitnessFunction, frequencyOfASCIIPopulations, kidsPerGeneration, logBestEvolvableEachGeneration, maximumGenerations, paretoFitness, populationSize, randomIndividualTriesPerSpecification, reportVariationOperatorPerformanceEachGeneration, separateLogAndEvolvableFiles, SEPARATOR, stopAtPerfection, stopFile, suspendFile, suspendTime, tournamentProbability
 
Constructor Summary
PermutationParameters()
           
 
Methods inherited from class gov.nasa.javaGenes.core.Parameters
makeFiles, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

permutationLength

public int permutationLength
Constructor Detail

PermutationParameters

public PermutationParameters()

JavaGenes, NASA Ames. Written largely by Al Globus