public void SaveSnakeData(ref double[,] Weights1, ref double[,] Weights2, ref double[,] Weights3) { brain.CloneDataInto(ref Weights1, ref Weights2, ref Weights3); }