SciML / SciMLTutorials.jl

Tutorials for doing scientific machine learning (SciML) and high-performance differential equation solving with open source software.
https://tutorials.sciml.ai
Other
712 stars 128 forks source link

'Default' to 'Tsit5()' #520

Closed Ruibin-Liu closed 2 years ago

Ruibin-Liu commented 2 years ago

By using sol = solve(prob,Tsit5()), we are not using the default method/algorithm which is actually discussed later when sol = solve(prob) is used.

ChrisRackauckas commented 2 years ago

Thanks!