kgp.tree / Tree / crossover

crossover

fun crossover(other: Tree): Unit

Performs the crossover operation on this tree and the tree given.

Note that this operation directly modifies the tree that initiates the operation.

Parameters

other - The tree to perform crossover with.