Packages that use edu.princeton.plot |
edu.princeton.plot |
Contains classes for 2D plotting of
polygons, scatters, line plots, etc. |
edu.princeton.repeatedgames.rgsolve |
Contains the core classes of the rgsolve package,
including the solver class RGSolve ,
the solver settings AlgoParameters ,
and data structures like RGSolution
for storing game solutions and algorithm information. |
edu.princeton.repeatedgames.rgsolve.components |
WARNING: These classes are undocumented - Contains classes defining the components used
in the rgsolve GUI. |
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.polygon |
Contains classes and methods used for storing
and manipulating the polygons that define
payoff sets - Includes a convex hull routine,
and the class GameExtremePoint ,
which defines an equilibrium extreme point of V*
and how it is generated. |