Xiangiqgame
AI engine for Xiangqi
|
#include <game_data_structs.hpp>
Public Member Functions | |
MinimaxTypeInfo (ZobristKeyType zobrist_key_type=ZobristKeyType::kNoKey, ZobristCalculatorCount zobrist_calculator_count=ZobristCalculatorCount::kNoZCalcs) | |
bool | operator== (const MinimaxTypeInfo &other) const |
Public Attributes | |
ZobristKeyType | zobrist_key_type |
ZobristCalculatorCount | zobrist_calculator_count |
Definition at line 18 of file game_data_structs.hpp.
|
inline |
Definition at line 22 of file game_data_structs.hpp.
|
inline |
Definition at line 29 of file game_data_structs.hpp.
ZobristCalculatorCount game::MinimaxTypeInfo::zobrist_calculator_count |
Definition at line 20 of file game_data_structs.hpp.
ZobristKeyType game::MinimaxTypeInfo::zobrist_key_type |
Definition at line 19 of file game_data_structs.hpp.