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

Packages that use ScaledGame
edu.princeton.repeatedgames.rgsolve.games Contains the Game class which defines a repeated game, and classes for constructing, manipulating and analyzing games. 
 

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

Methods in edu.princeton.repeatedgames.rgsolve.games that return ScaledGame
static ScaledGame ScaledGame.getNormalizedGame(Game game, double min, double max)
          Normalizes the range of payoffs to each player to the range [min, max]
static ScaledGame ScaledGame.getOffsetGame(Game game, double[] offset)
          Offsets the payoffs to each player by the amount offset[player]