Skip to content

Commit

Permalink
Change the default alg in the ClassicSolverInit to be more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch committed Nov 4, 2023
1 parent d7e2d72 commit 82db138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/initialization/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ optionally the second derivative can also be set via automatic differentiation b
* [schober16probivp](@cite) Schober et al, "A probabilistic model for the numerical solution of initial value problems", Statistics and Computing (2019)
"""
Base.@kwdef struct ClassicSolverInit{ALG} <: InitializationScheme
alg::ALG = Tsit5()
alg::ALG = AutoVern7(Rodas4())
init_on_ddu::Bool = false
end

Expand Down

0 comments on commit 82db138

Please sign in to comment.