pygambit.gambit.NodeIndexedVector#

class pygambit.gambit.NodeIndexedVector#

A read-only mapping from a Node to a computed value, one entry per node.

Unlike PlayerIndexedVector/StrategyIndexedVector, which are keyed by a stable label, this is keyed by node identity: the value can genuinely differ between two nodes, even nodes belonging to the same information set.

Methods