AlphaGo.jl
AlphaGo.jl copied to clipboard
Global board variables
https://github.com/tejank10/AlphaGo.jl/blob/c2b809c65431f54110dabd042724a364ed03f14e/src/board.jl#L21-L26
It would be better to initialise these with arguments somehow, either when we first construct the Go board, or with some kind of GoRules struct that defines these parameters.
How about we initialize them in src/go.jl?
This has been fixed in alphazero branch