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