Skip to content

TRODN/Game_Theory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game-theory

// 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages