Forcing compactness #998
Unanswered
DorofeevKirillDev
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Have you tried out template expressions? There are a few examples on the docs: |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my field of research, formulas like a * b^1.5 * c / d^2 + const are quite common. These are relatively compact, with minimal compositional depth for each variable.
However, while I’m currently achieving low error (around 1e-7) on toy formulas, the resulting expressions are overly complex. Here’s an example function:
Is there a way to guide PySR toward searching for functions of this kind? I tried adjusting adaptive_parsimony_scaling but the results were inconsistent.
Beta Was this translation helpful? Give feedback.
All reactions