NLsolve.jl icon indicating copy to clipboard operation
NLsolve.jl copied to clipboard

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

Open pkofod opened this issue 5 years ago • 1 comments

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

pkofod avatar Dec 19 '20 13:12 pkofod

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%) :arrow_down:

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.

codecov[bot] avatar Dec 19 '20 13:12 codecov[bot]