Example #1
0
 public SomaGene GetGenes()
 {
     return(new SomaGene
     {
         Bias = _bias,
         SummationFunction = _summationFunction.GetType()
     });
 }