How to Implement SIR Model in JAVA and Visualize it in Repast Simphony?

119 Views Asked by At

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!

1

There are 1 best solutions below

0
On

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.