C# 클래스 DevelopStuff.EvolveStuff.Core.Individual

파일 보기 프로젝트 열기: whoisjake/evolvestuff 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

Individual() 공개 메소드

Initializes a new instance of the Individual class.
public Individual ( ) : System
리턴 System

Individual() 공개 메소드

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.
리턴 System

Reproduce() 공개 메소드

Mates the current instance with the provide parent Individual.
public Reproduce ( Individual selectedParent, double mutationRate ) : Individual
selectedParent Individual
mutationRate double
리턴 Individual