Enumeration RemovalMethodConst

Control the removal of nodes in between iterative searches when using DEEPENING or TIME.

Enumeration Members

Enumeration Members

NONE: 0

Disable node removal

ALWAYS: 1

Run node removal at the end of each depth search

DEPTH: 2

Run node removal above a certain depth (removalDepth)

COUNT: 3

Run node removal when the node count exceeds a certain value (removalCount)

Generated using TypeDoc