epirecipes / sir-julia

Various implementations of the classical SIR model in Julia
MIT License
196 stars 39 forks source link

Add bifurcation examples #82

Closed sdwfrost closed 1 year ago

sdwfrost commented 1 year ago

Use an SIR model with vital dynamics to illustrate bifurcation.

See here for code in XPP.

Some discussion of the implementation of the brute-force approach here.

sdwfrost commented 1 year ago

Added https://github.com/epirecipes/sir-julia/tree/master/markdown/ode_bifurcation_bruteforce. To do: BifurcationKit.jl example.

sdwfrost commented 1 year ago

Closing as there is already https://github.com/epirecipes/sir-julia/issues/27