Using PySR scoring methodology to compare the accuracy of thousands of automation results #809
BaileyLadd01
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Apologies if this is not relevant for this, I am relatively new to regression methods and have so far been focused primarily on automation techniques in python.
I have developed an automation script that runs approximately 3,200 simulations and completes some basic statistical calculations to determine the accuracy of the output graphs (temperature profiles) to experimental data. The goal is to find a simulation configuration that provides the best agreement.
From my understanding PySR is capable of determining the equation of a line, so I was wondering how difficult it would be to expand the applicability to be able to determine the best agreement between thousands of simulation data graphs and a couple of experimental data sets.
The basic idea would be as follows:
I am going to work through this concept with one of my colleagues (who is much more well versed in regression methods than I am) over the coming weeks, but it would be very helpful if someone who is more familiar with PySR is able to confirm if this would even be possible in the meantime!
Thank you in advance for any responses!
Beta Was this translation helpful? Give feedback.
All reactions