GeorgeR227 / CAP-SMC-Project

Class project for strategic minds collective
2 stars 0 forks source link

Add payoff vector generation #1

Closed GeorgeR227 closed 3 weeks ago

GeorgeR227 commented 1 month ago

The foundation of our project is the payoff vector so we should start by being able to calculate this.

Since we haven't yet decided on specific starting budgets and price for goods, this should just take a list of budgets for each province and a list of prices to utilities and then generate the payoffs for all coalitions. Note that the examples we worked on were basic and this calculation may need some more complicated algorithm.

Dan2k03 commented 1 month ago

Currently only prints out the payoff vectors for each different combination. Very easy change to store the payoffs whenever we need to.

GeorgeR227 commented 3 weeks ago

Closed by PR #13.