public void Update() { ParameterAdjusters.ForEach(m => m.Update()); Crossover.Update(); Mutations.ForEach(mutation => mutation.Update()); }