dreversi.agent

Members

Structs

AlphaBetaAgent
struct AlphaBetaAgent

this is not efficient implementation as it computes without memory of game tree

MinMaxAgent
struct MinMaxAgent

this is not efficient implementation as it computes without memory of game tree

Meta