Fast Generation of Big Random Binary Trees

William B. Langdon
DOI: https://doi.org/10.48550/arXiv.2001.04505
2020-01-14
Abstract:random_tree() is a linear time and space C++ implementation able to create trees of up to a billion nodes for genetic programming and genetic improvement experiments. A 3.60GHz CPU can generate more than 18 million random nodes for GP program trees per second.
Data Structures and Algorithms,Neural and Evolutionary Computing
What problem does this paper attempt to address?