Skip to content
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

Enable iterator interface to be used with TrustRegion #174

Merged
merged 3 commits into from
Mar 29, 2023

Conversation

dawbarton
Copy link
Contributor

Similar to #173, this adds the reinit! interface for the TrustRegion algorithm, along with associated tests.

I've been through the trust region code quite carefully and pulled out all the variables that need reinitialising.

I also fixed a typo in the default arguments of reinit! for NewtonRaphsonCache.

@dawbarton
Copy link
Contributor Author

I didn't spot some whitespace changes have crept in when I committed. I'll revert those.

@codecov
Copy link

codecov bot commented Mar 29, 2023

Codecov Report

Merging #174 (160dd84) into master (f58c1e1) will increase coverage by 0.49%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #174      +/-   ##
==========================================
+ Coverage   84.58%   85.08%   +0.49%     
==========================================
  Files           7        7              
  Lines         571      590      +19     
==========================================
+ Hits          483      502      +19     
  Misses         88       88              
Impacted Files Coverage Δ
src/raphson.jl 97.26% <100.00%> (ø)
src/trustRegion.jl 78.78% <100.00%> (+2.25%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ChrisRackauckas ChrisRackauckas merged commit c9ffc07 into SciML:master Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants