Const
Control the removal of nodes in between iterative searches when using DEEPENING or TIME.
Disable node removal
Run node removal at the end of each depth search
Run node removal above a certain depth (removalDepth)
Run node removal when the node count exceeds a certain value (removalCount)
Generated using TypeDoc
Control the removal of nodes in between iterative searches when using DEEPENING or TIME.