论文标题
快速生成大的随机二进制树
Fast Generation of Big Random Binary Trees
论文作者
论文摘要
Random_Tree()是一个线性时间和空间C ++实现,能够为基因编程和遗传改进实验创建多达十亿个节点的树。 3.60GHz CPU每秒可以为GP程序树生成超过1800万个随机节点。
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.