How to use the basin hopping optimization method in scipy to fit SEIR model data?

后端 未结 0 1641
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-20 11:51

I am beginner in Python and am trying to learn curve fitting. I have defined an SEIR Model as follows :

Python Code

y0 = S0 ,I0,E0, R0

t= np.l         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题