C# Class DevelopStuff.EvolveStuff.Core.Individual

Afficher le fichier Open project: whoisjake/evolvestuff Class Usage Examples

Méthodes publiques

Méthode Description
Individual ( ) : System

Initializes a new instance of the Individual class.

Individual ( System.Guid id, System.DateTime dateCreated ) : System

Initializes a new instance of the Individual class.

Reproduce ( Individual selectedParent, double mutationRate ) : Individual

Mates the current instance with the provide parent Individual.

Method Details

Individual() public méthode

Initializes a new instance of the Individual class.
public Individual ( ) : System
Résultat System

Individual() public méthode

Initializes a new instance of the Individual class.
public Individual ( System.Guid id, System.DateTime dateCreated ) : System
id System.Guid The id.
dateCreated System.DateTime The date the Individual was created.
Résultat System

Reproduce() public méthode

Mates the current instance with the provide parent Individual.
public Reproduce ( Individual selectedParent, double mutationRate ) : Individual
selectedParent Individual
mutationRate double
Résultat Individual