devolve



Network  randomCopy(in Network ind1, in Network ind2);

The new individual is a copy of one of the parents selected at random.


Network  randomMerge(float probability = 0.5)(in Network ind1, in Network ind2);

Create a new network by randomly copying the weights of corresponding connections in ind2 to a clone of ind1, maintaining the original connection with proability 'probability'.