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

Fix output dir path. #37

Closed ezio-melotti closed 2 years ago

ezio-melotti commented 2 years ago

This PR fixes two issues:

  1. correctly handles filename that include paths, possibly containing additional .
  2. adds ms to the timestamp to avoid conflicts when two runs are execute within the same second
ezio-melotti commented 2 years ago

Superseded by #46.