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