-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Gauss Newton with Line Search #268
Conversation
Codecov Report
@@ Coverage Diff @@
## master #268 +/- ##
===========================================
+ Coverage 48.41% 93.58% +45.16%
===========================================
Files 19 19
Lines 1801 1807 +6
===========================================
+ Hits 872 1691 +819
+ Misses 929 116 -813
... and 14 files with indirect coverage changes 📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
95d9480
to
13b27bf
Compare
Any reason to not use |
It is using LineSearches internally |
13b27bf
to
a2363a6
Compare
This is done. just need the previous PRs to be merged |
8e872e0
to
d147b77
Compare
would it be possible to pass an initial guess for alpha and line search? example? InitialStatic(), InitialPrevious(), etc... |
Not currently. I have no clue how that API currently works. |
06f642d
to
349cf39
Compare
349cf39
to
731fb28
Compare
TODOs