public SimpleLimitNeuralNetPlayer2(INetwork network, int index, Random random) : base(network, index) { ActivationFunction = new BipolarSigmoid(); }
public SimpleLimitNeuralNetPlayer2() : base() { ActivationFunction = new BipolarSigmoid(); }