1. State Space¶
Consider the game state space as , the set of
all probability measures on the finite individual state-space
, where
.
Let
.
1.1. Properties¶
The set is:
- is a unit simplex embedded in
:
- represented by a convex polytope (i.e. a unit
-simplex);
- partitioned into
equal-area
-simplices,
.
Relevant functions
-
simplex_tripart
(K)¶ Returns
number of equal volume simplex partition elements of unit simplex
, given by
.
The next figure–Example state-space partition scheme –shows an example where and
.