Expand description
Time Management
Structs§
Enums§
- Mode
- There are 4 supported search modes currently, Infinite, Standard, Depth, and MoveTime.
Infinite mode: do not stop searching. Search must be signaled externally to stop.
Standard mode: standard chess time controls with time per side.
Depth mode: search to a given depth.
MoveTime mode: search for a specified time per move.