Uses of Class
ga.Chromosome
Package | Description |
---|---|
ga |
The genetic algorithm that trains the neural network.
|
-
Uses of Chromosome in ga
Fields in ga declared as Chromosome Modifier and Type Field Description (package private) Chromosome[]
GA. pop
(package private) Chromosome[]
GA. pop2
(package private) Chromosome[]
GA. pops
(package private) Chromosome[]
GA. pops2
Methods in ga with parameters of type Chromosome Modifier and Type Method Description void
GA. genchromefit(Chromosome h)
Computes and store fitness of a single chromosome.