Initial commit: Markov Economics Simulation App

This commit is contained in:
2025-08-24 19:12:50 +02:00
commit 26c82959a2
28 changed files with 3646 additions and 0 deletions

6
test_simulation.json Normal file
View File

@@ -0,0 +1,6 @@
{
"r_rate": 0.05,
"g_rate": 0.03,
"num_agents": 50,
"iterations": 100
}