コード例 #1
0
 public void MutateAuxArgs(double[] auxArgs, SharpNeat.Utility.FastRandom rng, SharpNeat.Utility.ZigguratGaussianSampler gaussianSampler, double connectionWeightRange)
 {
     throw new SharpNeatException("MutateAuxArgs() called on activation function that does not use auxiliary arguments.");
 }
コード例 #2
0
 public double[] GetRandomAuxArgs(SharpNeat.Utility.FastRandom rng, double connectionWeightRange)
 {
     throw new SharpNeatException("GetRandomAuxArgs() called on activation function that does not use auxiliary arguments.");
 }