[][src]Module myopic_brain::negamax

Structs

SearchContext
SearchResponse
Searcher

Traits

SearchTerminator

Represents some object which can determine whether a search should be terminated given certain context about the current state. Implementations are provided for Duration (caps the search based on time elapsed), for usize which represents a maximum search depth and for a pair (Duration, usize) which combines both checks.