C# 클래스 Encog.ML.Genetic.BasicGeneticAlgorithm

Provides a basic implementation of a genetic algorithm.
상속: GeneticAlgorithm
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
BasicGeneticAlgorithm ( ) : Encog.ML.Genetic.Genome

Construct the object.

Iteration ( ) : void

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

메소드 상세

BasicGeneticAlgorithm() 공개 메소드

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

Iteration() 공개 최종 메소드

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