[−][src]Module pleco::tools
Miscellaneous tools for used for Searching. Most notably this module
contains the TranspositionTable, a fast lookup table able to be accessed by
multiple threads. Other useful objects are the UciLimit enum and Searcher trait
for building bots.
Modules
| eval | Module for simply evaluating the strength of a current position. |
| hint | Hints to the compiler for optimizations. |
| pleco_arc | A faster version of |
| prng | Contains the Pseudo-random number generator. Used for generating random |
| tt | Module for the |
Traits
| PreFetchable | Allows an object to have it's entries pre-fetchable. |
| Searcher | Defines an object that can play chess. |
Functions
| prefetch_write | Prefetch's |