high-complexity equations fitting #634
Unanswered
Enqiliu125
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Hi @Enqiliu125, did you try the tips on https://astroautomata.com/PySR/tuning/? |
Beta Was this translation helpful? Give feedback.
0 replies
-
For Arrhenius-type equations, perhaps a good idea to log-scale values first to dynamically equalize values across the range? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Everynoe,
I am currently using PySR to fit high-complexity equations such as the Arrhenius equation like y=Ax^nexp(-E/R/x). However, I am encountering a problem where the loss function is extremely high, resulting in a failure to fit the model properly. Could you please suggest any methods to avoid such issues? Additionally, can you provide guidance on how to implement constraints or limitations within the fitting process?
Below is my code:
Beta Was this translation helpful? Give feedback.
All reactions