C# 클래스 Encog.Solve.Genetic.Population.BasicPopulation

상속: Encog.Persist.BasicPersistedObject, IPopulation
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
Add ( IGenome genome ) : void

Add a genome to the population.

AddAll ( IList newPop ) : void

Add all of the specified members to this population.

AssignGeneID ( ) : long

Assign a gene id.

AssignGenomeID ( ) : long

Assign a genome id.

AssignInnovationID ( ) : long

Assign an innovation id.

AssignSpeciesID ( ) : long

Assign a species id.

BasicPopulation ( int populationSize ) : System

Construct a population.

Clear ( ) : void

Clear all genomes from this population.

Clone ( ) : object

Clone is not supported for this object type, an error will be thrown.

CreatePersistor ( ) : IPersistor

Create a persistor.

GetBest ( ) : IGenome

The best genome in the population.

Sort ( ) : void

Sort the population.

메소드 상세

Add() 공개 메소드

Add a genome to the population.
public Add ( IGenome genome ) : void
genome IGenome The genome to add.
리턴 void

AddAll() 공개 메소드

Add all of the specified members to this population.
public AddAll ( IList newPop ) : void
newPop IList A list of new genomes to add.
리턴 void

AssignGeneID() 공개 메소드

Assign a gene id.
public AssignGeneID ( ) : long
리턴 long

AssignGenomeID() 공개 메소드

Assign a genome id.
public AssignGenomeID ( ) : long
리턴 long

AssignInnovationID() 공개 메소드

Assign an innovation id.
public AssignInnovationID ( ) : long
리턴 long

AssignSpeciesID() 공개 메소드

Assign a species id.
public AssignSpeciesID ( ) : long
리턴 long

BasicPopulation() 공개 메소드

Construct a population.
public BasicPopulation ( int populationSize ) : System
populationSize int The population size.
리턴 System

Clear() 공개 메소드

Clear all genomes from this population.
public Clear ( ) : void
리턴 void

Clone() 공개 메소드

Clone is not supported for this object type, an error will be thrown.
public Clone ( ) : object
리턴 object

CreatePersistor() 공개 메소드

Create a persistor.
public CreatePersistor ( ) : IPersistor
리턴 IPersistor

GetBest() 공개 메소드

The best genome in the population.
public GetBest ( ) : IGenome
리턴 IGenome

Sort() 공개 메소드

Sort the population.
public Sort ( ) : void
리턴 void