-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (74 loc) · 3.64 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Bimatrix games by bimatrix-games</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/respond.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div id="header">
<nav>
<li class="fork"><a href="https://github.com/bimatrix-games">View On GitHub</a></li>
</nav>
</div><!-- end header -->
<div class="wrapper">
<section>
<div id="title">
<h1>Bimatrix games</h1>
<p></p>
<hr>
<span class="credits left">Project maintained by <a href="https://github.com/bimatrix-games">bimatrix-games</a></span>
<span class="credits right">Hosted on GitHub Pages — Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></span>
</div>
<h3>
<a id="welcome-to-bimatrix-games" class="anchor" href="#welcome-to-bimatrix-games" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome to Bimatrix-Games</h3>
<p>Bimatrix games is library of games useful for testing game theoretic algorithms.
The library was built as an extension to the currently existing GAMUT library of
games due to its lack of games which were hard to solve for approximate algorithms.
With that in mind, we built this library as a test suite for approximation
algorithms. There are currently two projects hosted :</p>
<ul>
<li>Algorithms <a href="http://bimatrix-games.github.io/eps-nash-algos">http://bimatrix-games.github.io/eps-nash-algos</a> : This contains
implementations of various algorithms for the approximation of Nash equibrium.
The algorithms implemented consist of DMP, BBM1, BBM2, TS and KS.</li>
<li>Game Library <a href="http://bimatrix-games.github.io/bimatrix-generators">http://bimatrix-games.github.io/bimatrix-generators</a> : This
contains the implementations of several classes of games which were introduced
to study their properties with regards to approximation.</li>
</ul>
<h3>Related Papers</h3>
<ol>
<li>A. Deligkas, J. Fearnley, T.P. Igwe, and R. Savani (2016). <b>An empirical study on computing
equilibria in polymatrix games</b>. In Proc. of the International conference on Autonomous Agents
and Multi-Agent Systems (AAMAS) (to appear).
</li>
<li>J. Fearnley, T. P. Igwe, R. Savani (2015). <b>An Empirical Study of Finding Approximate
Equilibria in Bimatrix Games</b>. International Symposium on Experimental Algorithms (SEA).
<a href="http://arxiv.org/abs/1502.04980">arXiv</a>
</li>
</ol>
</section>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-59447094-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>