Skip to content

Commit decf86c

Browse files
authored
Create README.md
1 parent 9bf6dec commit decf86c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# JSimpleSim
2+
When building multi-agent simulations you want to focus on your model and the interaction of the agents. Looking for a suitable software can be tedious: Some simulation frameworks are easy to use, but hardly customizable for your task. Others are highly customizable but model building is a software development project of itself. And execution speed is yet another topic.
3+
4+
JSimpleSim offers a sensible balance between fast familiarization with the software, good adaptation to your modelling project and fast simulation speed. Written in Java and based on the discrete-event approach (DES), it has the following features:
5+
6+
- Easy model building
7+
- Powerful messaging system and efficient event queues
8+
- Separation of modelling and simulation – just try another simulator with the same model!
9+
- Sequential and concurrent simulation execution available
10+
- Dynamic model changes during a simulation run
11+
- Flexibility: cellular automata, hierarchical or meshed models – one tool for all.
12+
13+
For more information and a tutorial visit the [JSimpleSim project page](https://jsimplesim.org/).

0 commit comments

Comments
 (0)