Skip to main content
. 2018 Oct 1;20(10):756. doi: 10.3390/e20100756
Algorithm 2: Generation of a chromosome template.
Input:N, the depth of the derivation tree
template = T
fori=1 to N do
template = template + template + F
end for