0

I've been given a Project to Code a SIR Model (Agent Based Modeling) from Scratch in JAVA and then Visualize the same through Repast Simphony using different Values of Beta and Gamma. I have setup Java, Eclipse and Repast Simphony but I don't know where and how to begin Coding the same.
Any help is Appreciated. Thank You!

  • It seems that you will find helpful the series starting with [this video](https://www.youtube.com/watch?v=rSHcNpGOGOs). – Alan May 31 '22 at 14:24

1 Answers1

1

One approach would be to look at this paper and the associated project code. This uses the statecharts capability in Repast Simphony to build an SEIR model.

J. Ozik
  • 1,083
  • 5
  • 6