MilesCranmer / PySR

High-Performance Symbolic Regression in Python and Julia
https://astroautomata.com/PySR
Apache License 2.0
2.19k stars 207 forks source link

Fixed safe operators; make progress bar print to stderr #219

Closed MilesCranmer closed 1 year ago

MilesCranmer commented 1 year ago

This lets you use turbo=True with operators like sqrt, pow, etc., which need to use unsafe versions inside SIMD kernels.