Skip to main content

Module node

Module node 

Source
Expand description

Node types for game trees.

Structs§

NodeData
Data associated with a node in the game tree.

Enums§

NodeType
The type of a game tree node.

Type Aliases§

NodeId
Unique node identifier.
Payoff
Payoff for a player at a terminal node.
PlayerId
Player identifier (0, 1, …). Chance/terminal use special values.