Fido
 All Classes Namespaces Files Functions Variables Typedefs Macros Pages
gen::GeneticAlgo Member List

This is the complete list of members for gen::GeneticAlgo, including all inherited members.

GeneticAlgo(unsigned int populationSize_, float mutationRate_, float crossoverRate_, int numberOfElitismCopies_, std::vector< double >(*getPopulationFitness_)(const std::vector< net::NeuralNet > &neuralNet))gen::GeneticAlgo
getBestNeuralNetwork(int numberOfGenerations, net::NeuralNet modelNetwork)gen::GeneticAlgo