When you do not specify which solver should be used DiffEq.jl has a method for choosing which solver to use. I want to know which solver was used after solving.
How can i found out what solver was chosen?
If sol
is your output, then just look at sol.alg
.
2 Likes
Thanks, i figured it was something like that. Just couldnt find it.
1 Like