259260261262263264265
*/ @Override public void init(final EvolutionaryAlgorithm theOwner) { this.owner = theOwner; this.population = theOwner.getPopulation(); this.sortGenomes = new SortGenomesForSpecies(this.owner); }
58596061626364
* {@inheritDoc} */ @Override public void init(final EvolutionaryAlgorithm theOwner) { this.owner = theOwner; this.sortGenomes = new SortGenomesForSpecies(this.owner); }