C# Класс Encog.Solve.Genetic.MateWorker

Worker that is used to mate the genomes in a multithreaded way.
Наследование: IEngineTask
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
MateWorker ( IGenome mother, IGenome father, IGenome child1, IGenome child2 ) : System

Create a MateWorker.

Run ( ) : void

Mate the two chromosomes.

Описание методов

MateWorker() публичный Метод

Create a MateWorker.
public MateWorker ( IGenome mother, IGenome father, IGenome child1, IGenome child2 ) : System
mother IGenome The mother.
father IGenome The father.
child1 IGenome The first child.
child2 IGenome The second child.
Результат System

Run() публичный Метод

Mate the two chromosomes.
public Run ( ) : void
Результат void