MilesCranmer / PySR

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

Added "min" and "max" sympy mapping #473

Closed tanweer-mahdi closed 10 months ago

tanweer-mahdi commented 10 months ago

To overcome the sympy bug while using Min/Max operators as discussed under this issue: https://github.com/MilesCranmer/PySR/issues/183

Fixes #183

MilesCranmer commented 10 months ago

Looks good, thanks!