Esempio n. 1
0
 public void DistributeReward(double reward)
 {
     Weight += Sign.GetSign(Weight) * reward;
 }