C# Class GA.Helpers.SpecimenHelper

Afficher le fichier Open project: homoluden/fedkf-ga

Méthodes publiques

Свойство Type Description
SimilarityThreshold double

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
SpecimenHelper ( ) : System

Method Details

Crossover() public static méthode

public static Crossover ( this current, Specimen other ) : List
current this
other Specimen
Résultat List

GenerateGenes() public static méthode

public static GenerateGenes ( Specimen &spec ) : void
spec Specimen
Résultat void

IsSimilar() public static méthode

public static IsSimilar ( this spec1, Specimen spec2 ) : bool
spec1 this
spec2 Specimen
Résultat bool

Mutate() public static méthode

public static Mutate ( this spec ) : Specimen
spec this
Résultat Specimen

Print() public static méthode

public static Print ( this array ) : string
array this
Résultat string

SetGenes() public static méthode

public static SetGenes ( Specimen &spec, double genes ) : void
spec Specimen
genes double
Résultat void

Property Details

SimilarityThreshold public_oe static_oe property

public static double SimilarityThreshold
Résultat double