Module myopic_brain::negascout[][src]

Structs

Scout
SearchContext

Provides relevant callstack information for the search to use during the traversal of the tree.

SearchResponse

Functions

search

Performs a negascout search without any iterative deepening, we simply provide a depth to search to. The depth should be kept low otherwise ID is always preferable. In particular this function will support a depth 0 search which performs a quiescent search on the provided root.