Const
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.
Current player will select minimum of children values
Default value, error if used during normal search.
Current player will select maximum of children values
Generated using TypeDoc
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.