Start search from a base function #418
Replies: 2 comments 2 replies
-
There is, but it’s very low-level. It would basically require you to construct the search state by hand (which is usually used by Another way is to fit the residual between your expression and the ground truth data. But the downside is that you would be enforcing that the learned modification is added to your expression, rather than a full manipulation of it. Does that make sense? |
Beta Was this translation helpful? Give feedback.
-
I wanted to do a similar thing so I tried two things. First thing was I added the solution from |
Beta Was this translation helpful? Give feedback.
-
I have a function
F
, that fit the data decently in some cases, but I want to use symbolic regression to find more general solution.Is there any way to use it as a start formula?
Beta Was this translation helpful? Give feedback.
All reactions