Package ga
The genetic algorithm that trains the neural network.
"GA" the genetic algorithm.
"Init_ga" initializes the genetic algorithm.
"Chromosome" class, each chromosome encodes the weights of the network links.
"Best" stores current best solution.
-
Class Summary Class Description Best stores the best fitness & mappingChromosome A chromosome of the population.GA Genetic Algorithm.Init_ga Set parameters for Genetic Algorithm