Enumeration NodeAimConst

Defines the goal at the current gamestate for selecting children. It is used to select the best of the Nodes children by their corresponding value, and therefore to assign a value to the Node.

Enumeration Members

Enumeration Members

MIN: -1

Current player will select minimum of children values

NONE: 0

Default value, error if used during normal search.

MAX: 1

Current player will select maximum of children values

Generated using TypeDoc