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

Branch api #70

Closed granawkins closed 2 years ago

granawkins commented 2 years ago

This is the second of (now 3) big PRs; the first was component-api, the next will be engine-api.

In this one:

granawkins commented 2 years ago

Dev call 15-June:

  1. Grant will fix the open comments
  2. Resubmit PR, Ezio approve
  3. Grant submit tiny PR with 3 changes and updated test results:
    • sigfig rounding
    • round classify outputs to 6 digits
    • replace tf.divide with tf.divide_no_nan
  4. Grant submit engine-api with (updated) tests passing.