Function evosim::mutate::geno_mutate::new_rand_node
source · fn new_rand_node(parent: &GenoNode, direction: usize) -> GenericGenoNode
Expand description
generate a new random GenericGenoNode
,
used to generate new limbs to blob
Need to know the direction of the node to generate to prevent self confilt and to calculate the presice position of the new block.