Name
IsSequential -- Returns whether a profile is a sequential equilibrium
Synopsis
IsSequential[profile->BEHAV] =: BOOLEAN |
Description
IsSequential
returns True if profile
is known by Gambit to be an approximation to a
sequential Nash equilibrium, False if it is not,
and Unknown if the answer is not known. There is
currently no definitive test in Gambit for whether an arbitrary
profile is sequential. However any Nash equilibrium of an extensive
form game which is computed via the LiapSolve or
QreSolve algorithms is sequential.