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

Add tools to extract x, F, and J from the trace. #262

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pkofod
Copy link
Member

@pkofod pkofod commented Dec 19, 2020

Fixes #246 by adding x_trace, F_traceand J_trace. extended_trace has to be set to store arrays and not just norms.

@pkofod pkofod mentioned this pull request Dec 19, 2020
@codecov
Copy link

codecov bot commented Dec 19, 2020

Codecov Report

Merging #262 (118fb0b) into master (e5967ca) will decrease coverage by 0.32%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #262      +/-   ##
==========================================
- Coverage   87.57%   87.24%   -0.33%     
==========================================
  Files          12       13       +1     
  Lines         531      541      +10     
==========================================
+ Hits          465      472       +7     
- Misses         66       69       +3     
Impacted Files Coverage Δ
src/NLsolve.jl 66.66% <ø> (ø)
src/trace_tools.jl 100.00% <100.00%> (ø)
src/solvers/broyden.jl 71.42% <0.00%> (-3.30%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e5967ca...118fb0b. Read the comment docs.

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.

API to access trace
1 participant