C# 클래스 Encog.ML.Genetic.Mutate.MutatePerturb

A simple mutation based on random numbers.
상속: IMutate
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
MutatePerturb ( double thePerturbAmount ) : Encog.ML.Genetic.Genes

Construct a perturb mutation.

PerformMutation ( Chromosome chromosome ) : void

Perform a perturb mutation on the specified chromosome.

메소드 상세

MutatePerturb() 공개 메소드

Construct a perturb mutation.
public MutatePerturb ( double thePerturbAmount ) : Encog.ML.Genetic.Genes
thePerturbAmount double The amount to mutate by(percent).
리턴 Encog.ML.Genetic.Genes

PerformMutation() 공개 메소드

Perform a perturb mutation on the specified chromosome.
public PerformMutation ( Chromosome chromosome ) : void
chromosome Encog.ML.Genetic.Genome.Chromosome The chromosome to mutate.
리턴 void