C# Класс DevelopStuff.EvolveStuff.Core.Individual

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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