Nesting of operators #1143
toniokroeger
started this conversation in
General
Replies: 1 comment
-
|
Do you mean have |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi! I have been using PYSR for a project and have had a lot of success with it - thanks for providing such a useful package!
One thing I have been noticing in my outputs is a strong preference for the regression to nest operators as few times as possible. For example, say that an equality a+b=c+d holds on parts of the data. This could also be expressed as a=c-b+d, but i find that the algorithms output this other form much more infrequently. Is there any way to modify things so that these two expressions are preferred at more similar rates?
I am aware of template expressions, but don't think this would apply in my case, since it could compromise `fairness' requirements for my learning process.
Thanks for taking the time to read - hope to hear back soon! Cheers.
Beta Was this translation helpful? Give feedback.
All reactions