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

Bounding the output function from PySR #209

Closed Khansolo9 closed 1 year ago

Khansolo9 commented 1 year ago

Although I am successfully getting a function for our data - as expected - is there any way I could get an inequality for our data as an output of PySR, as well? Meaning, is there anyway I could bound the data …? E.g. if expected value calculated is <X, then satisfied, otherwise, not.

Best, Khansolo9

P.S. thoroughly enjoy using this software!