connect4solver:连接4个(连续4个)游戏解算器,寻找制胜法宝

时间:2021-04-03 19:47:23
【文件属性】:
文件名称:connect4solver:连接4个(连续4个)游戏解算器,寻找制胜法宝
文件大小:23KB
文件格式:ZIP
更新时间:2021-04-03 19:47:23
Python c4solver 在Go中连接4游戏求解器。 它在“四连环”游戏(也称为“四连胜”)中找到获胜策略 建筑与跑步 go build && ./c4solver 查看用法帮助: ./c4solver -h 测验 go test -v 运行基准 go test -bench=. 剖析 go build && ./c4solver -profile go tool pprof -http=:8080 cpuprof.prof
【文件预览】:
connect4solver-master
----solver.go(5KB)
----enum.go(614B)
----referee_test.go(6KB)
----cache_test.go(899B)
----python()
--------glue.py(26KB)
--------test_c4solver.py(6KB)
--------pytest.sh(210B)
--------c4solver.py(11KB)
----strings.go(147B)
----main.go(867B)
----assert.go(412B)
----.gitignore(98B)
----referee.go(7KB)
----cache.go(2KB)
----README.md(403B)
----solver_test.go(2KB)
----args.go(555B)
----board_test.go(2KB)
----board.go(4KB)
----go.mod(368B)

网友评论