edu.princeton.repeatedgames.rgsolve.games
Class GamutGameTransformer

java.lang.Object
  extended by edu.princeton.repeatedgames.rgsolve.games.GamutGameTransformer

public class GamutGameTransformer
extends java.lang.Object

This class transforms games generated by the GAMUT suite of polymatrix game generators into an rgsolve BimatrixGame object.


Constructor Summary
GamutGameTransformer()
           
 
Method Summary
static BimatrixGame 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GamutGameTransformer

public GamutGameTransformer()
Method Detail

transform

public static BimatrixGame 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.

Parameters:
gamutGame -
delta - the discount
Returns:
A BimatrixGame that is equivalent to the GAMUT GAME