C# 클래스 GA.Helpers.SpecimenHelper

파일 보기 프로젝트 열기: homoluden/fedkf-ga

공개 프로퍼티들

프로퍼티 타입 설명
SimilarityThreshold double

공개 메소드들

메소드 설명
Crossover ( this current, Specimen other ) : List
GenerateGenes ( Specimen &spec ) : void
IsSimilar ( this spec1, Specimen spec2 ) : bool
Mutate ( this spec ) : Specimen
Print ( this array ) : string
SetGenes ( Specimen &spec, double genes ) : void

비공개 메소드들

메소드 설명
SpecimenHelper ( ) : System

메소드 상세

Crossover() 공개 정적인 메소드

public static Crossover ( this current, Specimen other ) : List
current this
other Specimen
리턴 List

GenerateGenes() 공개 정적인 메소드

public static GenerateGenes ( Specimen &spec ) : void
spec Specimen
리턴 void

IsSimilar() 공개 정적인 메소드

public static IsSimilar ( this spec1, Specimen spec2 ) : bool
spec1 this
spec2 Specimen
리턴 bool

Mutate() 공개 정적인 메소드

public static Mutate ( this spec ) : Specimen
spec this
리턴 Specimen

Print() 공개 정적인 메소드

public static Print ( this array ) : string
array this
리턴 string

SetGenes() 공개 정적인 메소드

public static SetGenes ( Specimen &spec, double genes ) : void
spec Specimen
genes double
리턴 void

프로퍼티 상세

SimilarityThreshold 공개적으로 정적으로 프로퍼티

public static double SimilarityThreshold
리턴 double