Serialized Form
Package evSOLve.JEvolution |
bases
java.util.BitSet bases
length
int length
- The default length of the Chromosome.
mutationRate
double mutationRate
- The default mutation rate.
crossoverRate
double crossoverRate
- The default crossover rate.
crossoverPoints
int crossoverPoints
- The default number of crossover sites.
soupType
int soupType
- Method of generation of start population.
bases
java.util.Vector bases
- The genetic information carrier.
lowInt
int lowInt
- The lowest integer encoded.
highInt
int highInt
- The largest integer encoded.
bases
java.util.Vector bases
indexA
int indexA
indexB
int indexB
objectBases
java.util.Vector objectBases
- The genetic information carrier for the object parameters.
strategyBases
java.util.Vector strategyBases
- The genetic information carrier for the strategy parameters.
lowReal
double lowReal
- The lowest real number for initialization.
highReal
double highReal
- The largest real number for initialization.
singleSigma
boolean singleSigma
- The first parameter for mutation of strategy parameters.
tauPrime
double tauPrime
- The first parameter for mutation of strategy parameters.
tau
double tau
- The second parameter for mutation of strategy parameters.
subSetSize
int subSetSize