Encog 1.1 for DotNet
Encog.Solve.Genetic Namespace
NamespacesEncog.Solve.Genetic

[Missing <summary> documentation for N:Encog.Solve.Genetic]

Declaration Syntax
C#Visual BasicVisual C++
namespace Encog.Solve.Genetic
Namespace Encog.Solve.Genetic
namespace Encog.Solve.Genetic
Types
All TypesClasses
IconTypeDescription
GeneticAlgorithm<(Of <(GENE_TYPE>)>)
GeneticAlgorithm: Implements a genetic algorithm. This is an abstract class. Other classes are provided in this book that use this base class to train neural networks or provide an answer to the traveling salesman problem. The genetic algorithm is also capable of using a thread pool to speed execution.