C# 클래스 Encog.Neural.NEAT.NEATPopulation

상속: Encog.ML.Genetic.Population.BasicPopulation
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
NEATPopulation ( ) : System

Construct the object.

NEATPopulation ( int inputCount, int outputCount, int populationSize ) : System

Construct a starting NEAT population.

메소드 상세

NEATPopulation() 공개 메소드

Construct the object.
public NEATPopulation ( ) : System
리턴 System

NEATPopulation() 공개 메소드

Construct a starting NEAT population.
public NEATPopulation ( int inputCount, int outputCount, int populationSize ) : System
inputCount int The input neuron count.
outputCount int The output neuron count.
populationSize int The population size.
리턴 System