|
io-chess
UCI chess engine
|
Scores used to sort moves during the move picking phase. More...
Variables | |
| constexpr int16_t | HASH_MOVE_SCORE = 30000 |
| Highest priority for moves retrieved from the Transposition Table. | |
| constexpr int16_t | CAPTURE_BASE = 10000 |
| Base score for captures, adjusted by MVV-LVA. | |
| constexpr int16_t | KILLER_SCORE_1 = 9000 |
| Score for the primary killer move. | |
| constexpr int16_t | KILLER_SCORE_2 = 8000 |
| Score for the secondary killer move. | |
| constexpr int16_t | HISTORY_MAX = 8000 |
| Maximum possible history heuristic score. | |
Scores used to sort moves during the move picking phase.
|
constexpr |
Base score for captures, adjusted by MVV-LVA.
|
constexpr |
Highest priority for moves retrieved from the Transposition Table.
|
constexpr |
Maximum possible history heuristic score.
|
constexpr |
Score for the primary killer move.
|
constexpr |
Score for the secondary killer move.