/// <summary>
 /// Construct a HyperNEAT genome from another.
 /// </summary>
 /// <param name="other">The other genome.</param>
 public HyperNEATGenome(HyperNEATGenome other)
     : base(other)
 {
 }
Пример #2
0
 /// <summary>
 /// Construct a HyperNEAT genome from another.
 /// </summary>
 /// <param name="other">The other genome.</param>
 public HyperNEATGenome(HyperNEATGenome other)
     : base(other)
 {
 }