|
io-chess
UCI chess engine
|
Recommended time limits for the current move. More...
#include <TimeManager.h>
Public Attributes | |
| int64_t | softLimit |
| Normal stopping point (ms). | |
| int64_t | hardLimit |
| Absolute maximum (ms). | |
| int64_t | optimalTime |
| Ideal time to use (ms). | |
| int64_t | panicTime |
| Below this, enter panic mode. | |
| TimeControl | control |
| Detected time control type. | |
Recommended time limits for the current move.
| TimeControl TimeManager::TimeAllocation::control |
Detected time control type.
| int64_t TimeManager::TimeAllocation::hardLimit |
Absolute maximum (ms).
| int64_t TimeManager::TimeAllocation::optimalTime |
Ideal time to use (ms).
| int64_t TimeManager::TimeAllocation::panicTime |
Below this, enter panic mode.
| int64_t TimeManager::TimeAllocation::softLimit |
Normal stopping point (ms).