MilesCranmer / PySR

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

[Feature]: Non-simplifying rules #354

Open MilesCranmer opened 1 year ago

MilesCranmer commented 1 year ago

Feature Request

It might be useful to explore adding expression transformation rules which do not simplify the expression, but rather transform it to a more complex expression which is otherwise identical. This would let you explore the space of expressions without reducing the loss.