-
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: implement expertsystem SymPy model #203
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
redeboer
changed the title
build: install sympy expertsystem
feat: implement expertsystem SymPy model
Jan 26, 2021
redeboer
force-pushed
the
sympy
branch
3 times, most recently
from
February 9, 2021 23:27
5d6f2bb
to
f66f87f
Compare
Codecov Report
@@ Coverage Diff @@
## master #203 +/- ##
==========================================
- Coverage 81.10% 78.63% -2.48%
==========================================
Files 13 13
Lines 725 599 -126
Branches 99 91 -8
==========================================
- Hits 588 471 -117
+ Misses 106 103 -3
+ Partials 31 25 -6
Flags with carried forward coverage won't be shown. Click here to find out more.
|
redeboer
force-pushed
the
sympy
branch
3 times, most recently
from
February 9, 2021 23:50
eaacdc6
to
b2a66aa
Compare
redeboer
force-pushed
the
sympy
branch
6 times, most recently
from
February 17, 2021 12:17
d52245a
to
0b2a27a
Compare
redeboer
force-pushed
the
sympy
branch
4 times, most recently
from
February 18, 2021 09:42
c59a0d1
to
5fe9168
Compare
redeboer
force-pushed
the
sympy
branch
5 times, most recently
from
February 24, 2021 12:51
6fff703
to
a4ff421
Compare
Note: currently only when choosing the jax backend, gradients are supported.
Allow complex valued parameters to be fitted by defining an adapter that flattens the complex to a pair of floats and the reverse operation unflattening.
Use jax.jit in lambdify when using the jax backend.
Removes the need for SubSystem, ParticleReactionInfo, etc.
Tests don't work yet
redeboer
force-pushed
the
sympy
branch
2 times, most recently
from
March 9, 2021 09:35
86b3fcd
to
16487d8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Superseded by #222
Implements ComPWA/expertsystem#454
Closes #184
Closes #162
Closes #70
Closes #64
Closes #45
Closes #37