public void Mutate(float mutationRate, float maxPertebation) { net.Mutate(mutationRate, maxPertebation); }