d-reversi ~master (2018-07-01T07:58:37Z)
Dub
Repo
AlphaBetaAgent
dreversi
agent
this is not efficient implementation as it computes without memory of game tree
struct
AlphaBetaAgent {
bool
isBlack
;
bool
verbose
;
double
[
Board
]
scoreCache
;
}
Meta
Source
See Implementation
dreversi
agent
structs
AlphaBetaAgent
MinMaxAgent
this is not efficient implementation as it computes without memory of game tree