NicMcPhee / Semantic-genetic-programming

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

Build main evolutionary loop #7

Closed NicMcPhee closed 10 years ago

NicMcPhee commented 10 years ago

Once we have all the main pieces in place then we need to write a "main loop" that generates a random initial population and repeatedly evaluates those individuals, selects parents using the selection tool, uses XO to generate new individuals, and keep going until the error reaches some target (a small error in the case of regression).