// This program will run prediction market for 100 times with same initial condition and all players will bet only once
To run the python file :
python simulator.py
// This program will run single iteration of the prediction market and all players will bet more than once (50 times)
To run the python file :
python continous_simulator.py
The following should be provided as input to run the above two files :
Which team's winning probability the market maker wants to predict?: MI
Enter the number of won matches: 9
Enter the number of total matches: 14
Enter the current position of the team on points table: 1
Enter the worst case loss market maker can afford: 35
During the simulation, the database of investors is maintained in this file
user_info.csv