Xiangiqgame
AI engine for Xiangqi
Loading...
Searching...
No Matches
xiangqipy.command_input.PlayerInput Class Reference

Container for info collected from command line for specific player. More...

Collaboration diagram for xiangqipy.command_input.PlayerInput:
Collaboration graph

Static Public Attributes

PlayerType player_type
 
EvaluatorType algo
 
int strength
 
int key_size
 
int num_zobrist_states
 
int zkeys_seed = None
 

Detailed Description

Container for info collected from command line for specific player.

Definition at line 134 of file command_input.py.

Member Data Documentation

◆ algo

EvaluatorType xiangqipy.command_input.PlayerInput.algo
static

Definition at line 140 of file command_input.py.

◆ key_size

int xiangqipy.command_input.PlayerInput.key_size
static

Definition at line 142 of file command_input.py.

◆ num_zobrist_states

int xiangqipy.command_input.PlayerInput.num_zobrist_states
static

Definition at line 143 of file command_input.py.

◆ player_type

PlayerType xiangqipy.command_input.PlayerInput.player_type
static

Definition at line 139 of file command_input.py.

◆ strength

int xiangqipy.command_input.PlayerInput.strength
static

Definition at line 141 of file command_input.py.

◆ zkeys_seed

int xiangqipy.command_input.PlayerInput.zkeys_seed = None
static

Definition at line 144 of file command_input.py.


The documentation for this class was generated from the following file: