/// <summary> /// Mate the two chromosomes. /// </summary> /// public void Run() { _mother.Mate(_father, _child1, _child2); }
/// <summary> /// Mate the two chromosomes. /// </summary> public void Run() { mother.Mate(father, child1, child2); }
/// <summary> /// Mate the two chromosomes. /// </summary> public void Run() { mother.Mate(father, child1, child2, matedElement); }