dreversi.agent

Undocumented in source.

Members

Aliases

AlphaBetaAgent
alias AlphaBetaAgent = AlphaBetaAgentImpl!false
Undocumented in source.
Score
alias Score = double
Undocumented in source.

Structs

Action
struct Action
Undocumented in source.
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