How can one apply "vectorized=True" to the Scipy solver? #260
Unanswered
HannoSpreeuw
asked this question in
Q&A
Replies: 1 comment 10 replies
-
I don't think |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Take, e.g. the SIR example.
Replace this line
by these
and it runs just as smooth.
However, when I change that first line to
I get
I am puzzled, I am not sure in what way I should change
evolution_rate
to make this work. Or do I need to change something else?Beta Was this translation helpful? Give feedback.
All reactions