/// <inheritdoc />
 public void Init(IEvolutionaryAlgorithm theOwner)
 {
     _owner       = theOwner;
     _population  = theOwner.Population;
     _sortGenomes = new SortGenomesForSpecies(_owner);
 }
 /// <inheritdoc />
 public void Init(IEvolutionaryAlgorithm theOwner)
 {
     _owner = theOwner;
     _sortGenomes = new SortGenomesForSpecies(_owner);
 }