Replies: 1 comment
-
Sorry, I missed this for some reason. The simplification should happen regularly but it is a separate step. You actually don't want to simplify every step because it can prevent certain expressions from being found which are one hop away. e.g., |
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
-
Sometimes, SymbolicRegression.jl generates something like
unary_op(constant)
and such expressions are not simplified. Is there any way to enforce simplifying after each tree generation?Beta Was this translation helpful? Give feedback.
All reactions