You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Develop concept of a Cartesian product space and apply to games in strategic form. (#740)
This creates an abstraction, CartesianProductSpace, which aims to separate out the computations
related to representing a Cartesian product. This has always been implicit in the strategic form,
but the core ideas apply equally to other situations (sequence form, some applications of pure behavior profiles).
Underpinning this is that any element of a cartesian product space can be represented by an
integer computed using mixed radix arithmetic.
This then leads to simplifications in the internal representation of several objects:
* PureStrategyProfile, which is now be characterised simply by an integer index.
* StrategySupportProfile, which is characterised by the set of "digits" which are valid for each dimension.
* StrategyContingencies, which iterates over the valid digits for each dimension.
0 commit comments