Add explicit error for Simple algorithms iterator interface #714
Annotations
8 errors and 1 warning
|
|
|
../../../.julia/packages/Documenter/eoWm2/src/utilities/utilities.jl#L47
failed to run `@example` block in docs/src/tutorials/optimizing_parameterized_ode.md:80-86
```@example parameterized_ode
prob2 = ODE.remake(prob; tspan = (0.0, 10.0))
sol_fit = ODE.solve(prob2, ODE.Tsit5(); p = res.u)
sol_true = ODE.solve(prob2, ODE.Tsit5(); p = p)
Plots.plot(sol_true; linewidth = 3)
Plots.plot!(sol_fit; linewidth = 3, linestyle = :dash)
```
exception =
UndefVarError: `res` not defined in `Main.__atexample__named__parameterized_ode`
Suggestion: add an appropriate import or assignment. This global was declared but not assigned.
Stacktrace:
[1] top-level scope
@ optimizing_parameterized_ode.md:82
[2] eval(m::Module, e::Any)
@ Core ./boot.jl:489
[3] #61
@ ~/.julia/packages/Documenter/eoWm2/src/expander_pipeline.jl:856 [inlined]
[4] cd(f::Documenter.var"#61#62"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[5] (::Documenter.var"#59#60"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/eoWm2/src/expander_pipeline.jl:855
[6] (::IOCapture.var"#12#13"{Type{InterruptException}, Documenter.var"#59#60"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})()
@ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170
[7] with_logstate(f::IOCapture.var"#12#13"{Type{InterruptException}, Documenter.var"#59#60"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}}, logstate::Base.CoreLogging.LogState)
@ Base.CoreLogging ./logging/logging.jl:540
[8] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger)
@ Base.CoreLogging ./logging/logging.jl:651
[9] capture(f::Documenter.var"#59#60"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any})
@ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167
[10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/eoWm2/src/expander_pipeline.jl:854
|
|
../../../.julia/packages/Documenter/eoWm2/src/utilities/utilities.jl#L47
failed to run `@example` block in docs/src/tutorials/optimizing_parameterized_ode.md:40-42
```@example parameterized_ode
res
```
exception =
UndefVarError: `res` not defined in `Main.__atexample__named__parameterized_ode`
Suggestion: add an appropriate import or assignment. This global was declared but not assigned.
Stacktrace:
[1] eval(m::Module, e::Any)
@ Core ./boot.jl:489
[2] #61
@ ~/.julia/packages/Documenter/eoWm2/src/expander_pipeline.jl:856 [inlined]
[3] cd(f::Documenter.var"#61#62"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[4] (::Documenter.var"#59#60"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/eoWm2/src/expander_pipeline.jl:855
[5] (::IOCapture.var"#12#13"{Type{InterruptException}, Documenter.var"#59#60"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})()
@ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170
[6] with_logstate(f::IOCapture.var"#12#13"{Type{InterruptException}, Documenter.var"#59#60"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}}, logstate::Base.CoreLogging.LogState)
@ Base.CoreLogging ./logging/logging.jl:540
[7] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger)
@ Base.CoreLogging ./logging/logging.jl:651
[8] capture(f::Documenter.var"#59#60"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any})
@ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167
[9] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/eoWm2/src/expander_pipeline.jl:854
|
|
../../../.julia/packages/Documenter/eoWm2/src/utilities/utilities.jl#L47
failed to run `@example` block in docs/src/tutorials/optimizing_parameterized_ode.md:68-72
```@example parameterized_ode
res = NLS.solve(nlls_prob, NLS.TrustRegion(); maxiters = 1000, show_trace = Val(true),
trace_level = NLS.TraceWithJacobianConditionNumber(25))
nothing # hide
```
exception =
MethodError: Cannot `convert` an object of type
Nothing to an object of type
AbstractArray
The function `convert` exists, but no method is defined for this combination of argument types.
Closest candidates are:
convert(::Type{T}, !Matched::T) where T<:AbstractArray
@ Base abstractarray.jl:16
convert(::Type{T}, !Matched::T) where T
@ Base Base_compiler.jl:133
convert(::Type{AbstractArray}, !Matched::NonlinearSolveBase.Utils.Pinv)
@ NonlinearSolveBase ~/work/NonlinearSolve.jl/NonlinearSolve.jl/lib/NonlinearSolveBase/src/utils.jl:23
...
Stacktrace:
[1] update_trace!(trace::NonlinearSolveBase.NonlinearSolveTrace{Val{true}, Val{false}, Nothing, NonlinearSolveBase.NonlinearSolveTracing{Val{:condition_number}}, NonlinearLeastSquaresProblem{Vector{Float64}, false, Vector{Float64}, NonlinearFunction{false, SciMLBase.FullSpecialize, typeof(Main.__atexample__named__parameterized_ode.loss_function), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED_NO_TIME), Nothing, Nothing, Nothing, Nothing}, @kwargs{}}}, iter::Int64, u::Vector{Float64}, fu::Vector{Float64}, J::Nothing, δu::Vector{Float64}, α::Bool; last::Val{false})
@ NonlinearSolveBase ~/work/NonlinearSolve.jl/NonlinearSolve.jl/lib/NonlinearSolveBase/src/tracing.jl:207
[2] update_trace!
@ ~/work/NonlinearSolve.jl/NonlinearSolve.jl/lib/NonlinearSolveBase/src/tracing.jl:186 [inlined]
[3] #update_trace!#45
@ ~/work/NonlinearSolve.jl/NonlinearSolve.jl/lib/NonlinearSolveBase/src/tracing.jl:227 [inlined]
[4] update_trace!
@ ~/work/NonlinearSolve.jl/NonlinearSolve.jl/lib/NonlinearSolveBase/src/tracing.jl:220 [inlined]
[5] step!(cache::NonlinearSolveFirstOrder.GeneralizedFirstOrderAlgorithmCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, GeneralizedFirstOrderAlgorithm{Missing, NonlinearSolveFirstOrder.GenericTrustRegionScheme{NonlinearSolveFirstOrder.RadiusUpdateSchemes.__Simple, Rational{Int64}, Rational{Int64}, Rational{Int64}, Rational{Int64}, Rational{Int64}, Rational{Int64}, Rational{Int64}}, Dogleg{NewtonDescent{Nothing}, SteepestDescent{Nothing}}, AutoForwardDiff{nothing, Nothing}, AutoFiniteDiff{Val{:forward}, Val{:forward}, Val{:hcentral}, Nothing, Nothing, Bool}, AutoForwardDiff{nothing, Nothing}, Val{false}}, NonlinearLeastSquaresProblem{Vector{Float64}, false, Vector{Float64}, NonlinearFunction{false, SciMLBase.FullSpecialize, typeof(Main.__atexample__named__parameterized_ode.loss_function), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED_NO_TIME), Nothing, Nothing, Nothing, Nothing}, @kwargs{}}, Val{:TrustRegion}, NonlinearSolveBase.JacobianCache{Matrix{Float64}, NonlinearFunction{false, SciMLBase.FullSpecialize, typeof(Main.__atexample__named__parameterized_ode.loss_function), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED_NO_TIME), Nothing, Nothing, Nothing, Nothing}, Vector{Float64}, Vector{Float64}, AutoForwardDiff{nothing, Nothing}, DifferentiationInterfaceForwardDiffExt.ForwardDiffOneArgJacobianPrep{Nothing, ForwardDiff.JacobianConfig{ForwardDiff.Tag{NonlinearFunction{false, SciMLBase.FullSpecialize, typeof(Main.__atexample__named__parameterized_ode.loss_function), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED_NO_TIME), Nothing, Nothing, Nothing, Nothing}, Float
|
|
../../../.julia/packages/Documenter/eoWm2/src/utilities/utilities.jl#L47
failed to run `@example` block in docs/src/tutorials/optimizing_parameterized_ode.md:40-42
```@example parameterized_ode
res
```
exception =
UndefVarError: `res` not defined in `Main.__atexample__named__parameterized_ode`
Suggestion: add an appropriate import or assignment. This global was declared but not assigned.
Stacktrace:
[1] eval(m::Module, e::Any)
@ Core ./boot.jl:489
[2] #61
@ ~/.julia/packages/Documenter/eoWm2/src/expander_pipeline.jl:856 [inlined]
[3] cd(f::Documenter.var"#61#62"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[4] (::Documenter.var"#59#60"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/eoWm2/src/expander_pipeline.jl:855
[5] (::IOCapture.var"#12#13"{Type{InterruptException}, Documenter.var"#59#60"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})()
@ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170
[6] with_logstate(f::IOCapture.var"#12#13"{Type{InterruptException}, Documenter.var"#59#60"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}}, logstate::Base.CoreLogging.LogState)
@ Base.CoreLogging ./logging/logging.jl:540
[7] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger)
@ Base.CoreLogging ./logging/logging.jl:651
[8] capture(f::Documenter.var"#59#60"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any})
@ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167
[9] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/eoWm2/src/expander_pipeline.jl:854
|
|
../../../.julia/packages/Documenter/eoWm2/src/utilities/utilities.jl#L47
failed to run `@example` block in docs/src/tutorials/optimizing_parameterized_ode.md:55-60
```@example parameterized_ode
res = NLS.solve(
nlls_prob, NLS.LevenbergMarquardt(); maxiters = 1000, show_trace = Val(true),
trace_level = NLS.TraceWithJacobianConditionNumber(25))
nothing # hide
```
exception =
MethodError: Cannot `convert` an object of type
Nothing to an object of type
AbstractArray
The function `convert` exists, but no method is defined for this combination of argument types.
Closest candidates are:
convert(::Type{T}, !Matched::T) where T<:AbstractArray
@ Base abstractarray.jl:16
convert(::Type{T}, !Matched::T) where T
@ Base Base_compiler.jl:133
convert(::Type{AbstractArray}, !Matched::NonlinearSolveBase.Utils.Pinv)
@ NonlinearSolveBase ~/work/NonlinearSolve.jl/NonlinearSolve.jl/lib/NonlinearSolveBase/src/utils.jl:23
...
Stacktrace:
[1] update_trace!(trace::NonlinearSolveBase.NonlinearSolveTrace{Val{true}, Val{false}, Nothing, NonlinearSolveBase.NonlinearSolveTracing{Val{:condition_number}}, NonlinearLeastSquaresProblem{Vector{Float64}, false, Vector{Float64}, NonlinearFunction{false, SciMLBase.FullSpecialize, typeof(Main.__atexample__named__parameterized_ode.loss_function), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED_NO_TIME), Nothing, Nothing, Nothing, Nothing}, @kwargs{}}}, iter::Int64, u::Vector{Float64}, fu::Vector{Float64}, J::Nothing, δu::Vector{Float64}, α::Bool; last::Val{false})
@ NonlinearSolveBase ~/work/NonlinearSolve.jl/NonlinearSolve.jl/lib/NonlinearSolveBase/src/tracing.jl:207
[2] update_trace!
@ ~/work/NonlinearSolve.jl/NonlinearSolve.jl/lib/NonlinearSolveBase/src/tracing.jl:186 [inlined]
[3] #update_trace!#45
@ ~/work/NonlinearSolve.jl/NonlinearSolve.jl/lib/NonlinearSolveBase/src/tracing.jl:227 [inlined]
[4] update_trace!
@ ~/work/NonlinearSolve.jl/NonlinearSolve.jl/lib/NonlinearSolveBase/src/tracing.jl:220 [inlined]
[5] step!(cache::NonlinearSolveFirstOrder.GeneralizedFirstOrderAlgorithmCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, GeneralizedFirstOrderAlgorithm{Missing, NonlinearSolveFirstOrder.LevenbergMarquardtTrustRegion{Float64}, GeodesicAcceleration{DampedNewtonDescent{Nothing, Float64, NonlinearSolveFirstOrder.LevenbergMarquardtDampingFunction{Float64, Float64, Float64}}, Float64, Float64}, AutoForwardDiff{nothing, Nothing}, AutoFiniteDiff{Val{:forward}, Val{:forward}, Val{:hcentral}, Nothing, Nothing, Bool}, AutoForwardDiff{nothing, Nothing}, Val{true}}, NonlinearLeastSquaresProblem{Vector{Float64}, false, Vector{Float64}, NonlinearFunction{false, SciMLBase.FullSpecialize, typeof(Main.__atexample__named__parameterized_ode.loss_function), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED_NO_TIME), Nothing, Nothing, Nothing, Nothing}, @kwargs{}}, Val{:TrustRegion}, NonlinearSolveBase.JacobianCache{Matrix{Float64}, NonlinearFunction{false, SciMLBase.FullSpecialize, typeof(Main.__atexample__named__parameterized_ode.loss_function), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED_NO_TIME), Nothing, Nothing, Nothing, Nothing}, Vector{Float64}, Vector{Float64}, AutoForwardDiff{nothing, Nothing}, DifferentiationInterfaceForwardDiffExt.ForwardDiffOneArgJacobianPrep{Nothing, ForwardDiff.JacobianConfig{ForwardDiff.Tag{NonlinearFunction{false, SciMLBase.FullSpecialize, typeof(Main.__atexample__named__parameterized_ode.loss_function), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED_NO_TIME), Nothing, Nothing, Nothing, Nothing}, Float64}, Float64, 4, Vector{ForwardDiff.Dual{
|
|
../../../.julia/packages/Documenter/eoWm2/src/utilities/utilities.jl#L47
failed to run `@example` block in docs/src/basics/diagnostics_api.md:54-58
```@example diagnostics_example
sol = NLS.solve(prob; trace_level = NLS.TraceAll(), store_trace = Val(true));
sol.trace
```
exception =
MethodError: Cannot `convert` an object of type
Nothing to an object of type
AbstractArray
The function `convert` exists, but no method is defined for this combination of argument types.
Closest candidates are:
convert(::Type{T}, !Matched::T) where T<:AbstractArray
@ Base abstractarray.jl:16
convert(::Type{T}, !Matched::T) where T
@ Base Base_compiler.jl:133
convert(::Type{AbstractArray}, !Matched::NonlinearSolveBase.Utils.Pinv)
@ NonlinearSolveBase ~/work/NonlinearSolve.jl/NonlinearSolve.jl/lib/NonlinearSolveBase/src/utils.jl:23
...
Stacktrace:
[1] update_trace!(trace::NonlinearSolveBase.NonlinearSolveTrace{Val{false}, Val{true}, Vector{NonlinearSolveBase.NonlinearSolveTraceEntry}, NonlinearSolveBase.NonlinearSolveTracing{Val{:all}}, NonlinearProblem{Vector{Float64}, true, Float64, NonlinearFunction{true, SciMLBase.FullSpecialize, typeof(Main.__atexample__named__diagnostics_example.nlfunc), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED_NO_TIME), Nothing, Nothing, Nothing, Nothing}, @kwargs{}, SciMLBase.StandardNonlinearProblem}}, iter::Int64, u::Vector{Float64}, fu::Vector{Float64}, J::Nothing, δu::Vector{Float64}, α::Bool; last::Val{false})
@ NonlinearSolveBase ~/work/NonlinearSolve.jl/NonlinearSolve.jl/lib/NonlinearSolveBase/src/tracing.jl:207
[2] update_trace!
@ ~/work/NonlinearSolve.jl/NonlinearSolve.jl/lib/NonlinearSolveBase/src/tracing.jl:186 [inlined]
[3] #update_trace!#45
@ ~/work/NonlinearSolve.jl/NonlinearSolve.jl/lib/NonlinearSolveBase/src/tracing.jl:227 [inlined]
[4] update_trace!
@ ~/work/NonlinearSolve.jl/NonlinearSolve.jl/lib/NonlinearSolveBase/src/tracing.jl:220 [inlined]
[5] step!(cache::NonlinearSolveFirstOrder.GeneralizedFirstOrderAlgorithmCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64, GeneralizedFirstOrderAlgorithm{Missing, Missing, NewtonDescent{Nothing}, AutoForwardDiff{nothing, Nothing}, AutoFiniteDiff{Val{:forward}, Val{:forward}, Val{:hcentral}, Nothing, Nothing, Bool}, AutoForwardDiff{nothing, Nothing}, Val{false}}, NonlinearProblem{Vector{Float64}, true, Float64, NonlinearFunction{true, SciMLBase.FullSpecialize, typeof(Main.__atexample__named__diagnostics_example.nlfunc), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED_NO_TIME), Nothing, Nothing, Nothing, Nothing}, @kwargs{}, SciMLBase.StandardNonlinearProblem}, Val{:None}, NonlinearSolveBase.JacobianCache{Matrix{Float64}, NonlinearFunction{true, SciMLBase.FullSpecialize, typeof(Main.__atexample__named__diagnostics_example.nlfunc), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED_NO_TIME), Nothing, Nothing, Nothing, Nothing}, Vector{Float64}, Float64, AutoForwardDiff{nothing, Nothing}, DifferentiationInterfaceForwardDiffExt.ForwardDiffTwoArgJacobianPrep{Nothing, ForwardDiff.JacobianConfig{ForwardDiff.Tag{NonlinearFunction{true, SciMLBase.FullSpecialize, typeof(Main.__atexample__named__diagnostics_example.nlfunc), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED_NO_TIME), Nothing, Nothing, Nothing, Nothing}, Float64}, Float64, 3, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{NonlinearFunction{true, SciMLBase.FullSpecialize, typeof(Main.__atexample__named__diagnostics_example.nlfunc), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAUL
|
|
../../../.julia/packages/Documenter/eoWm2/src/utilities/utilities.jl#L47
failed to run `@example` block in docs/src/basics/diagnostics_api.md:47-50
```@example diagnostics_example
NLS.solve(prob; show_trace = Val(true), trace_level = NLS.TraceAll(10))
nothing; # hide
```
exception =
MethodError: Cannot `convert` an object of type
Nothing to an object of type
AbstractArray
The function `convert` exists, but no method is defined for this combination of argument types.
Closest candidates are:
convert(::Type{T}, !Matched::T) where T<:AbstractArray
@ Base abstractarray.jl:16
convert(::Type{T}, !Matched::T) where T
@ Base Base_compiler.jl:133
convert(::Type{AbstractArray}, !Matched::NonlinearSolveBase.Utils.Pinv)
@ NonlinearSolveBase ~/work/NonlinearSolve.jl/NonlinearSolve.jl/lib/NonlinearSolveBase/src/utils.jl:23
...
Stacktrace:
[1] update_trace!(trace::NonlinearSolveBase.NonlinearSolveTrace{Val{true}, Val{false}, Nothing, NonlinearSolveBase.NonlinearSolveTracing{Val{:all}}, NonlinearProblem{Vector{Float64}, true, Float64, NonlinearFunction{true, SciMLBase.FullSpecialize, typeof(Main.__atexample__named__diagnostics_example.nlfunc), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED_NO_TIME), Nothing, Nothing, Nothing, Nothing}, @kwargs{}, SciMLBase.StandardNonlinearProblem}}, iter::Int64, u::Vector{Float64}, fu::Vector{Float64}, J::Nothing, δu::Vector{Float64}, α::Bool; last::Val{false})
@ NonlinearSolveBase ~/work/NonlinearSolve.jl/NonlinearSolve.jl/lib/NonlinearSolveBase/src/tracing.jl:207
[2] update_trace!
@ ~/work/NonlinearSolve.jl/NonlinearSolve.jl/lib/NonlinearSolveBase/src/tracing.jl:186 [inlined]
[3] #update_trace!#45
@ ~/work/NonlinearSolve.jl/NonlinearSolve.jl/lib/NonlinearSolveBase/src/tracing.jl:227 [inlined]
[4] update_trace!
@ ~/work/NonlinearSolve.jl/NonlinearSolve.jl/lib/NonlinearSolveBase/src/tracing.jl:220 [inlined]
[5] step!(cache::NonlinearSolveFirstOrder.GeneralizedFirstOrderAlgorithmCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64, GeneralizedFirstOrderAlgorithm{Missing, Missing, NewtonDescent{Nothing}, AutoForwardDiff{nothing, Nothing}, AutoFiniteDiff{Val{:forward}, Val{:forward}, Val{:hcentral}, Nothing, Nothing, Bool}, AutoForwardDiff{nothing, Nothing}, Val{false}}, NonlinearProblem{Vector{Float64}, true, Float64, NonlinearFunction{true, SciMLBase.FullSpecialize, typeof(Main.__atexample__named__diagnostics_example.nlfunc), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED_NO_TIME), Nothing, Nothing, Nothing, Nothing}, @kwargs{}, SciMLBase.StandardNonlinearProblem}, Val{:None}, NonlinearSolveBase.JacobianCache{Matrix{Float64}, NonlinearFunction{true, SciMLBase.FullSpecialize, typeof(Main.__atexample__named__diagnostics_example.nlfunc), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED_NO_TIME), Nothing, Nothing, Nothing, Nothing}, Vector{Float64}, Float64, AutoForwardDiff{nothing, Nothing}, DifferentiationInterfaceForwardDiffExt.ForwardDiffTwoArgJacobianPrep{Nothing, ForwardDiff.JacobianConfig{ForwardDiff.Tag{NonlinearFunction{true, SciMLBase.FullSpecialize, typeof(Main.__atexample__named__diagnostics_example.nlfunc), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED_NO_TIME), Nothing, Nothing, Nothing, Nothing}, Float64}, Float64, 3, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{NonlinearFunction{true, SciMLBase.FullSpecialize, typeof(Main.__atexample__named__diagnostics_example.nlfunc), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED_NO_TIME), Nothing, Nothing, Nothin
|
|
../../../.julia/packages/Documenter/eoWm2/src/utilities/utilities.jl#L49
177 docstrings not included in the manual:
SciMLBase.du_cache :: Tuple{SciMLBase.DEIntegrator}
SciMLBase.DynamicalSDEProblem
SciMLBase.SDEFunction
SciMLBase.EnsembleSummary
SciMLBase.resize_non_user_cache! :: Tuple{SciMLBase.DEIntegrator, Int64}
SciMLBase.EnsembleAnalysis.timeseries_point_meancov :: Tuple{Any, Any}
SciMLBase.EnsembleAnalysis.timeseries_point_meancov :: Tuple{Any, Any, Any}
Base.deleteat! :: Tuple{SciMLBase.DEIntegrator, Any}
SciMLBase.BatchIntegralFunction
SciMLBase.reinit! :: Tuple{SciMLBase.DEIntegrator, Vararg{Any}}
SciMLBase.add_saveat! :: Tuple{SciMLBase.DEIntegrator, Any}
SciMLBase.get_du! :: Tuple{Any, SciMLBase.DEIntegrator}
SciMLBase.SplitFunction
SciMLBase.EnsembleSerial
SciMLBase.ContinuousCallback
SciMLBase.DiscreteFunction
SciMLBase.EnsembleAnalysis.timeseries_point_mean :: Tuple{Any, Any}
SciMLBase.EnsembleAnalysis.componentwise_vectors_timestep :: Tuple{Any, Any}
SciMLBase.EnsembleDistributed
SciMLBase.SplitSDEProblem
SciMLBase.CallbackSet
SciMLBase.EnsembleAnalysis.timestep_meanvar :: Tuple{Any, Any}
SciMLBase.LinearProblem
SciMLBase.EnsembleAnalysis.timeseries_point_quantile :: Tuple{Any, Any, Any}
SciMLBase.SDDEFunction
SciMLBase.isinplace :: Union{Tuple{Any, Any}, Tuple{Any, Any, Any}, NTuple{4, Any}}
SciMLBase.isinplace :: Tuple{SciMLBase.AbstractSciMLProblem}
SciMLBase.get_tmp_cache :: Tuple{SciMLBase.DEIntegrator}
SciMLBase.u_modified! :: Tuple{SciMLBase.DEIntegrator, Any}
SciMLBase.OptimizationProblem
SciMLBase.deleteat_non_user_cache! :: Tuple{SciMLBase.DEIntegrator, Any}
SciMLBase.ODEInputFunction
Sundials.ARKODE
SciMLBase.iscontinuous :: Tuple{SciMLBase.Clocks.var"typeof(Clocks)"}
SciMLBase.IntegralProblem
SciMLBase.addat_non_user_cache! :: Tuple{SciMLBase.DEIntegrator, Any}
SciMLBase.RODESolution
LineSearch.LineSearchesJL
SciMLBase.pop_tstop! :: Tuple{SciMLBase.DEIntegrator}
SciMLBase.SampledIntegralProblem
SciMLBase.SCCNonlinearProblem
SciMLBase.DynamicalSDEFunction
SciMLBase.SecondOrderODEProblem
SciMLBase.rand_cache :: Tuple{SciMLBase.DEIntegrator}
SciMLBase.DAEProblem
SciMLBase.savevalues! :: Tuple{SciMLBase.DEIntegrator}
SciMLBase.set_proposed_dt! :: Tuple{SciMLBase.DEIntegrator, Any}
SciMLBase.EnsembleAnalysis.timepoint_median :: Tuple{Any, Any}
SciMLBase.ratenoise_cache :: Tuple{SciMLBase.DEIntegrator}
SciMLBase.DynamicalBVPFunction
SciMLBase.EnsembleAnalysis.timestep_mean :: Tuple{Any, Any}
SciMLBase.EnsembleAnalysis.timepoint_meancov :: Tuple{Any, Any, Any}
SciMLBase.EnsembleAnalysis.timeseries_steps_meanvar :: Tuple{Any}
SciMLBase.SecondOrderBVProblem
SciMLBase.isclock :: Tuple{SciMLBase.Clocks.var"typeof(Clocks)"}
SciMLBase.DiscreteProblem :: Union{Tuple{SciMLBase.AbstractDiscreteFunction, Any, Any}, Tuple{SciMLBase.AbstractDiscreteFunction, Any, Any, Any}}
SciMLBase.DiscreteProblem :: Union{Tuple{Union{Number, AbstractArray}, Any}, Tuple{Union{Number, AbstractArray}, Any, Any}}
SciMLBase.DiscreteProblem
SciMLBase.EnsembleAnalysis.timeseries_point_median :: Tuple{Any, Any}
SciMLBase.EnsembleAnalysis.timeseries_steps_weighted_meancov :: Tuple{Any, Any}
SciMLBase.EnsembleAnalysis.timestep_meancor :: Tuple{Any, Any, Any}
SciMLBase.EnsembleTestSolution
SciMLBase.EnsembleAnalysis.get_timestep :: Tuple{Any, Any}
SciMLBase.EnsembleAnalysis.timeseries_point_meancor :: Tuple{Any, Any}
SciMLBase.EnsembleAnalysis.timeseries_point_meancor :: Tuple{Any, Any, Any}
SciMLBase.EnsembleAnalysis.timestep_meancov :: Tuple{Any, Any, Any}
SciMLBase.OptimizationFunction
SciMLBase.TwoPointBVProblem
SciMLBase.EnsembleSplitThreads
SciMLBase.EnsembleAnalysis.timeseries_steps_mean :: Tuple{Any}
SciMLBase.ImplicitDiscreteFunction
SciMLBase.ODEFunction
SciMLBase.ODEFunction :: Tuple{NonlinearFunction}
SciMLBase.DiscreteCallback
CommonSolve.solve! :: Tuple{SciMLBase.AbstractOptimizationCache}
SciML
|
The logs for this run have expired and are no longer available.
Loading