Using a simple java simulation we study the SIR model of disease spreading.
There are no external dependencies required in order to play around with the model parameters. The Java code utilizes basic libraries found in any modern java JDK. However, in order to plot the results one needs a plotting tool that can go along with java code.
Nothing to install. Add the Java classes to your existing project.
Currently there is no testing environment.
Feel free to contributing. As for now, there are no specific requirements for contributing.
- August von Hacht - Initial work - vonhachtaugust
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details