kstaats / karoo_gp

A Genetic Programming platform for Python with TensorFlow for wicked-fast CPU and GPU support.
Other
157 stars 61 forks source link

Tree Error! #75

Closed asksak closed 2 years ago

asksak commented 2 years ago

Hello all,

please review the tree below, which is a result of running the current version, and also occurred before the last commits:

What is this section of the tree?

sl pw sl

In fact I'm finding it hard to read this LISP tree, the whole tree does not make sense?

I hope I am wrong, but if not, this is the main part that needs current attention.

Tree
granawkins commented 2 years ago

These are separate trees, with just a single space between each (will make the separation clearer). The three in the middle (sl, pw, sl) are 3 different trees, and their sympified expression is just that. e.g. ((sl) + ((sl) - (sl))) = (sl)