Пример #1
0
 public SimpleLimitNeuralNetPlayer2(INetwork network, int index, Random random)
     : base(network, index)
 {
     ActivationFunction = new BipolarSigmoid();
 }
Пример #2
0
 public SimpleLimitNeuralNetPlayer2()
     : base()
 {
     ActivationFunction = new BipolarSigmoid();
 }