Start search from a base function #418
Replies: 2 comments 5 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? |
|
I wanted to do a similar thing so I tried two things. First thing was I added the solution from |
Uh oh!
There was an error while loading. Please reload this page.
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?
All reactions