You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I've recently started using PySR and I would like to suggest a new feature that I think would make the code even more user-friendly.
Would it be possible to have more direct access to the function that computes the complexity such that one can compare expressions found by PySR and those found in the literature?
For example: model.complexity('1 + x_0 + x_1**2')
This would allow the user to easily map the expressions found in the literature on the complexity vs accuracy plots.