File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Nash Equilibria in Multi-Objective Normal-Form Games
2
+ This repository contains algorithms for retrieving Nash equilibria in Multi-Objective Normal-Form Games.
3
+
4
+ ## Pure Strategy Nash Equilibria
5
+ We currently have one algorithm for finding all PSNE in a given MONFG when assuming only convex utility functions.
6
+ Due to the theorems shown in PAPER LINK, these PSNE must necessarily represent all PSNE in the MONFG under ESR, SER and in any blended setting.
7
+
8
+ ## Mixed Strategy Nash Equilibria
9
+ In the future we plan on also contributing algorithms to this repo that are able to find a sample or all of the Nash equilibria in any given MONFG.
10
+
11
+ ## Cite
12
+ Please use the following citation if you use these algorithms in your work.
13
+ CITATION
You can’t perform that action at this time.
0 commit comments