Uses of Class
edu.princeton.repeatedgames.rgsolve.games.BimatrixGame

Packages that use BimatrixGame
edu.princeton.repeatedgames.rgsolve.games Contains the Game class which defines a repeated game, and classes for constructing, manipulating and analyzing games. 
edu.princeton.repeatedgames.rgsolve.games.specialgames Contains special predefined subclasses of Game for some games of interest, including oligopoly models and examples from the Abreu-Sannikov 2013 paper. 
 

Uses of BimatrixGame in edu.princeton.repeatedgames.rgsolve.games
 

Methods in edu.princeton.repeatedgames.rgsolve.games that return BimatrixGame
static BimatrixGame StageGameMethods.toBimatrixGame(Game gm)
          This method converts any subclass of Game into a BimatrixGame, storing payoffs as double[][] arrays.
static BimatrixGame StageGameMethods.toBimatrixGame(Game gm, int m1, int m2)
          Converts the game gm to an m1 x m2 dimension BimatrixGame, truncating or padding gm as necessary.
static BimatrixGame GamutGameTransformer.transform(edu.stanford.multiagent.gamer.Game gamutGame, double delta)
          This method transforms games generated by the GAMUT suite of polymatrix game generators into an rgsolve BimatrixGame object.
 

Uses of BimatrixGame in edu.princeton.repeatedgames.rgsolve.games.specialgames
 

Subclasses of BimatrixGame in edu.princeton.repeatedgames.rgsolve.games.specialgames
 class AbreuSannikovExample1
          This game is the example on page 10 of Abreu-Sannikov 2013
 class AbreuSannikovExample2
          This game is the example in figure 8 of Abreu-Sannikov 2013
 class BattleOfTheSexes
          The classic Battle of the Sexes
 class HawkDove
          The classic Hawk-Dove Game
 class PrisonersDilemma
          The classic Prisoner's Dilemma
 class RandomNormalGame
          Creates a game where payoffs are distributed bivariate normal
 class Sierpinski
          A game forming the Sierpinski triangle