Open
Description
i'd find it very handy to get both x and F traces from a returned object, like
x=nlsolve(f!, j!, [ 0.1; 1.2],store_trace = true,extended_trace = true)
xtrace(x)
ftrace(x)
basically a shortcut for
julia> vcat([(x.trace[i].metadata["f(x)"])' for i in 1:x.iterations]...)
4×2 Array{Float64,2}:
1.6568 0.320451
0.375216 0.0164459
0.00739956 -0.00032626
4.3425e-7 -1.25053e-8
thoughts?
Metadata
Metadata
Assignees
Labels
No labels