iSiddharth
iSiddharth

Reputation: 163

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

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!

Upvotes: 0

Views: 135

Answers (1)

J. Ozik
J. Ozik

Reputation: 1083

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.

Upvotes: 1

Related Questions