|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlgoParameters.ALGO_TYPE | |
---|---|
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. |
Uses of AlgoParameters.ALGO_TYPE in edu.princeton.repeatedgames.rgsolve |
---|
Fields in edu.princeton.repeatedgames.rgsolve declared as AlgoParameters.ALGO_TYPE | |
---|---|
AlgoParameters.ALGO_TYPE |
RGSolution.algo_type
algorithm used, AS or APS |
AlgoParameters.ALGO_TYPE |
AlgoParameters.algo_type
The algorithm to be used (AS or APS) by rgsolve |
static AlgoParameters.ALGO_TYPE |
AlgoParameters.DEF_ALGO_TYPE
default algoType: Abreu-Sannikov |
Methods in edu.princeton.repeatedgames.rgsolve that return AlgoParameters.ALGO_TYPE | |
---|---|
static AlgoParameters.ALGO_TYPE |
AlgoParameters.ALGO_TYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AlgoParameters.ALGO_TYPE[] |
AlgoParameters.ALGO_TYPE.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in edu.princeton.repeatedgames.rgsolve with parameters of type AlgoParameters.ALGO_TYPE | |
---|---|
void |
AlgoParameters.initializeValues(AlgoParameters.ALGO_TYPE algo_type,
double convergeTol,
double intersectTol,
double angTol,
double ccwTol,
int maxIters,
int maxGenPts,
int roundDigits,
boolean keepIters,
boolean smoothHull,
boolean useMinMax,
boolean continueIters,
boolean doRounding,
boolean keepActions,
boolean doMultiThread,
boolean useRectangleW0)
|
Constructors in edu.princeton.repeatedgames.rgsolve with parameters of type AlgoParameters.ALGO_TYPE | |
---|---|
AlgoParameters(AlgoParameters.ALGO_TYPE algo_type,
double convergeTol,
double intersectTol,
double angTol,
double ccwTol,
int maxIters,
int maxGenPts,
int roundDigits,
boolean keepIters,
boolean smoothHull,
boolean useMinMax,
boolean continueIters,
boolean doRounding,
boolean keepActions,
boolean doMultiThread,
boolean useRectangleW0)
Constructor that fills in fields Rounds all parameters up to 2^-51 |
|
RGSolution.RGSolutionUserRule(AlgoParameters.ALGO_TYPE algo_type,
Point[] W0,
GameExtremePoint[] V_star,
Point punishment_star,
int[] BR1,
int[] BR2,
int iters,
long time_ms,
boolean converged,
double error,
java.util.ArrayList<RGIter> iterList,
int genPtsCount,
boolean keptActions,
AlgoParameters params,
boolean fromInnerApproximation,
GameCodeData gmcode)
Straightforward constructor; same as for GameCodeData ,
but it stores a GameCodeData object rather than a game. |
|
RGSolution(AlgoParameters.ALGO_TYPE algo_type,
Point[] W0,
GameExtremePoint[] V_star,
Point punishment_star,
Game game,
int[] BR1,
int[] BR2,
int iters,
long time_ms,
boolean converged,
double error,
java.util.ArrayList<RGIter> iterList,
int genPtsCount,
boolean keptActions,
boolean fromInnerApproximation,
AlgoParameters params)
Default constructor for initializing fields of data structure |
Uses of AlgoParameters.ALGO_TYPE in edu.princeton.repeatedgames.rgsolve.components |
---|
Fields in edu.princeton.repeatedgames.rgsolve.components declared as AlgoParameters.ALGO_TYPE | |
---|---|
(package private) AlgoParameters.ALGO_TYPE |
SolutionGraph.algo_type
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |