|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Convenience alias for adversarial transposition tables. More...
#include <Negamax.H>
Public Member Functions | |
| bool | operator== (const AdversarialTranspositionKey &) const noexcept=default |
Public Attributes | |
| StateKey | state_key = StateKey{} |
| size_t | depth = 0 |
Convenience alias for adversarial transposition tables.
The key includes both state_key and remaining_depth so the memoized value remains consistent with the configured horizon of the current search.
|
defaultnoexcept |
| size_t Aleph::AdversarialTranspositionKey< StateKey >::depth = 0 |
| StateKey Aleph::AdversarialTranspositionKey< StateKey >::state_key = StateKey{} |