#include "CscNeuralNetwork.h"#include "CscNeuralNetworkGeneticAlgorithmIndividualGenerator.h"#include "CscNeuralNetworkTensorFlow.h"Go to the source code of this file.
Classes | |
| class | conscience_core::ai::nn::CscNeuralNetworkGeneticAlgorithmGenerationGenerator |
| Generates generations for a neural network genetic algorithm. More... | |
| struct | conscience_core::ai::nn::CscNeuralNetworkGeneticAlgorithmGenerationGenerator::NeuralNetworkGeneticAlgorithmGeneration |
| Represents a generation in the neural network genetic algorithm. More... | |
Namespaces | |
| conscience_core | |
| conscience_core::ai | |
| conscience_core::ai::nn | |
Variables | |
| const unsigned | DEFAULT_NB_PARTICIPANTS_IN_TOURNAMENT = 4 |
| const float | DEFAULT_PROBA_FOR_BEST_IN_TOURNAMENT = 0.75f |
| const unsigned DEFAULT_NB_PARTICIPANTS_IN_TOURNAMENT = 4 |
| const float DEFAULT_PROBA_FOR_BEST_IN_TOURNAMENT = 0.75f |