Exemplo n.º 1
0
 public SimpleLimitNeuralNetPlayer2(INetwork network, int index, Random random)
     : base(network, index)
 {
     ActivationFunction = new BipolarSigmoid();
 }
Exemplo n.º 2
0
 public SimpleLimitNeuralNetPlayer2()
     : base()
 {
     ActivationFunction = new BipolarSigmoid();
 }