Gambit: Software Tools for Game Theory | ||
---|---|---|
<<< Previous | Next >>> |
QreGridSolve[support->NFSUPPORT, {pxifile->}, {minLam->0.001000}, {maxLam->500.000000}, {delLam->0.020000}, {powLam->1}, {fullGraph->False}, {delp1->0.100000}, {tol1->0.100000}, {delp2->0.010000}, {tol2->0.010000}, {nEvals<->0}, {time<->0.000000}, {traceFile<->(Output)}, {traceLevel->0}] =: LIST(MIXED) |
QreGridSolve computes the complete logistic quantal response correspondence for a (small) normal form game on the support, for values of lambda between minLam and maxLam. Returns the list of mixed profiles computed.
The operation of the algorithm may be modified by specifying optional parameters. See QreSolve for a description of parameters not listed here:
delp1: Grid size for course search over probability space. Default is 0.1.
tol1: The tolerance on the objective function for course search. Values of p for which the objective function is less this value are searched further on a finer grid. The default is 0.1.
delp2: Grid size for fine search over probability space. Default is 0.01.
tol2: The tolerance on the objective function for fine search. Values of p for which the objective function is less this value are kept. The default is 0.01.
<<< Previous | Home | Next >>> |
PriorSibling | Up | QreLambda |