dreversi.agent

Members

Structs

AlphaBetaAgentImpl
struct AlphaBetaAgentImpl(bool isGUI = false)

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