-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Better Defaults: Auto AD Selection for Newton Methods #244
Conversation
avik-pal
commented
Oct 17, 2023
•
edited
Loading
edited
- Cleanup the Poly Algorithms
- Proper AD Selection
did you time it at all? It's completely dynamically dispatching and not type stable. |
Yes not ready yet 😓 |
I will loop unroll that version to avoid adding sols for if we add anything to the cache later |
Codecov Report
@@ Coverage Diff @@
## master #244 +/- ##
==========================================
+ Coverage 86.05% 93.37% +7.31%
==========================================
Files 14 14
Lines 1205 1147 -58
==========================================
+ Hits 1037 1071 +34
+ Misses 168 76 -92
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Everything is type-stable to the extent that the output alg is a union type. |
03d1e85
to
a5ace21
Compare
@ChrisRackauckas this is ready to go in |