erp12 / pyshgp

Push Genetic Programming in Python.
http://erp12.github.io/pyshgp
MIT License
74 stars 23 forks source link

Adds 2 new examples #143

Closed nayabur closed 4 years ago

nayabur commented 4 years ago

Hi! I created two new demos for the PyshGP examples folder. One is called triple.py, and it's a simple example that walks users through a GP run. The other is called rectangle_area.py, and it demonstrates how to create custom types and instructions.

nayabur commented 4 years ago

I've made all the changes requested. Thank you!

erp12 commented 4 years ago

Looks great, and merged! Thanks for the contribution :)