Method | Description | |
---|---|---|
MateWorker ( IGenome mother, IGenome father, IGenome child1, IGenome child2 ) : System |
Create a MateWorker.
|
|
Run ( ) : void |
Mate the two chromosomes.
|
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. |
return | System |