NicMcPhee / Semantic-genetic-programming

Research implementation of semantic tools (such as semantic XO) for genetic programming
MIT License
1 stars 0 forks source link

Generate random trees #6

Open NicMcPhee opened 10 years ago

NicMcPhee commented 10 years ago

We need to be able to generate random trees to initialize the population. Sean Luke's book has several algorithms for this; I would recommend PCT2 for various reasons, but we could do ramped half-and-half if folks would prefer.