Ejemplo n.º 1
0
 public void LoadSnakeData(SnakeBotData data)
 {
     //call with reference to remove copy of weights
     brain.InitializeWith(ref data.whi, ref data.whh, ref data.who);
 }