-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add benchmarks (skeleton) #106
Conversation
@spflueger We'll need so think of a smart way to smear the initial parameters after data generation and before fit. Will also need to put the example recipe files -- created with |
Codecov Report
@@ Coverage Diff @@
## master #106 +/- ##
=======================================
Coverage 78.73% 78.73%
=======================================
Files 14 14
Lines 649 649
=======================================
Hits 511 511
Misses 138 138 |
That's true. Can you open an issue for this random initial parameter problem. I think its totally ok uploading a fixed model recipe for testing purposes. |
There's already this one, right? ComPWA/expertsystem#8 |
@spflueger 2d6d300 still doesn't address the problem, because there's no clean way to fix or modify width and mass from the python interface. |
This is something else. Or did I misunderstand you here? You are talking about some function which randomly picks a starting point in the optimization space right? |
Closes #103