applyMutation method

void applyMutation(
  1. Genome g,
  2. Node n
)

Implementation

void applyMutation(Genome g, Node n) {
  g.addLoop(n);
}