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

Declaration Syntax
namespace Encog.Solve.Genetic
Namespace Encog.Solve.Genetic
namespace Encog.Solve.Genetic

Types
| Icon | Type | Description |
|---|
 | 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.
|