public Population(IGeneticAlgorithm genetics) { _genetics = genetics; FitnessStats = new FitnessStats(); }