SciML/JumpProcesses.jl

Add auto-alg and auto-stepper to the docs

Open

#444 opened on Aug 16, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Julia (39 forks)github user discovery
help wanted

Repository metrics

Stars
 (148 stars)
PR merge metrics
 (PR metrics pending)

Description

https://github.com/SciML/JumpProcesses.jl/pull/351 add autoselection of 1. the stepper (SSAStepper) and 2. the SSA (Direct for small reaction networks) and other SSAs for bigger ones.

The docs and README need to be updated. We should tell the users to use the default stepper and SSA in the introductory docs, but explain how to select solvers and stepper in more advanced places (essentially, those docs do not need to change).

Contributor guide