C# Class Encog.ML.Genetic.BasicGeneticAlgorithm

Provides a basic implementation of a genetic algorithm.
Inheritance: GeneticAlgorithm
Show file Open project: encog/encog-silverlight-core

Public Methods

Method Description
BasicGeneticAlgorithm ( ) : Encog.ML.Genetic.Genome

Construct the object.

Iteration ( ) : void

Modify the weight matrix and bias values based on the last call to calcError.

Method Details

BasicGeneticAlgorithm() public method

Construct the object.
public BasicGeneticAlgorithm ( ) : Encog.ML.Genetic.Genome
return Encog.ML.Genetic.Genome

Iteration() public final method

Modify the weight matrix and bias values based on the last call to calcError.
public final Iteration ( ) : void
return void