reestimate constants of equation #255
Unanswered
mikamyrseth
asked this question in
Q&A
Replies: 2 comments 3 replies
-
If you get the JAX format with .jax(i), or the PyTorch format with .pytorch(i), for equation i, the constants are tunable parameters, so you can fit them afterwards. If on the Julia (backend) side, you can call SymbolicRegression.ConstantOptimizationModule.optimize_constants, and pass a different dataset object than the one given for the equation search. |
Beta Was this translation helpful? Give feedback.
3 replies
-
If anyone else is looking for this, a simple Jax implementation with mse could look like this.
|
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
-
Hi,
How can I reestimate the constants of an equation?
Lets say I split training data into a training and a validation set to pick the best equation, how would I then reestimate the constant of the specific equation with the whole training set?
Beta Was this translation helpful? Give feedback.
All reactions