由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 围棋18路棋盘的可能棋局数量算出来了
相关主题
C++ virtual function 定义在 derived class 会怎么样?how to create interface "operator=="
请教一个class design的问题Help! Virtual Destructor
eBay的二手服务器如何?can struct be derived from?
这个版上就是一堆打嘴炮的 几道 google interview 的题目
[bssd] 心外无智能关于 VC++ vitual, reload 和 derive的一个问题...
[bssd]最近公司有人整我问一个问题。。
不要在well defined的问题上浪费时间help on php for dynamic dependent list box (转载)
19路围棋的所有合法图案终于出来了 Number of legal Go positi【讨论】问一道很简单的C++题。。。。 (转载)
相关话题的讨论汇总
话题: number话题: positions话题: 18
进入Programming版参与讨论
1 (共1页)
a*****g
发帖数: 19398
1
一大堆的 server 算了9个多月——
http://tromp.github.io/go/legal.html
Number of legal 18x18 Go positions
Following 9 months of computation and 4 petabyte of disk IO on a Dell
PowerEdge R820 server, generously provided by Piet Hut, and administered by
Lee Colbert, at the IAS School of Natural Sciences in Princeton, we
determined
L(18,18) =
6697231142888292128927401888417065435099377806401787328103183376969456244285
4721810521432601277437139718484889097011183628347046881282790714992650234763
3 which factorizes as 7176527950749135946361 *
9332132737237076489000151144700353729763797704278405915612698329348183333522
6774708913094831974704397065455646983337368444156410553
The computation uses dynamic programming to count the number of paths
through a graph consisting of 18^2=324 layers with up to 81 billion nodes
each. Each node corresponds to a set of partial board (e.g. the top 7 rows
plus 6 points on the 8th row) positions that are equivalent in their set of
valid completions. Our paper explains the algorithm in detail, and also
explains how the resulting exact counts allow derivation of the
approximation formula
L(m,n) ~ 0.850639925845714538 * 0.96553505933837387^{m+n} * 2.
97573419204335724938^{m*n}
which gives us the approximate number of legal positions on a standard board
size
L(19,19) ~ 2.08168199381982*10^170
a*****g
发帖数: 19398
2
正在仔细读一下这个paper
我在胡思乱想,也许可以和我前几天提出的“一串子最多的气”有关联
因为这个paper是基于合法局面,讨论的是一串子最少要有一气

by
6697231142888292128927401888417065435099377806401787328103183376969456244285
4721810521432601277437139718484889097011183628347046881282790714992650234763

【在 a*****g 的大作中提到】
: 一大堆的 server 算了9个多月——
: http://tromp.github.io/go/legal.html
: Number of legal 18x18 Go positions
: Following 9 months of computation and 4 petabyte of disk IO on a Dell
: PowerEdge R820 server, generously provided by Piet Hut, and administered by
: Lee Colbert, at the IAS School of Natural Sciences in Princeton, we
: determined
: L(18,18) =
: 6697231142888292128927401888417065435099377806401787328103183376969456244285
: 4721810521432601277437139718484889097011183628347046881282790714992650234763

c******o
发帖数: 1277
3
最优还是没有啊。
即使是局部
l**********n
发帖数: 8443
4
把棋盘变38路,这样人还能下,计算机还行吗?
l******t
发帖数: 55733
5
18*18是按格算的?
w***g
发帖数: 5958
6
继续教育学院的人真是闲啊。

by
6697231142888292128927401888417065435099377806401787328103183376969456244285
4721810521432601277437139718484889097011183628347046881282790714992650234763

【在 a*****g 的大作中提到】
: 一大堆的 server 算了9个多月——
: http://tromp.github.io/go/legal.html
: Number of legal 18x18 Go positions
: Following 9 months of computation and 4 petabyte of disk IO on a Dell
: PowerEdge R820 server, generously provided by Piet Hut, and administered by
: Lee Colbert, at the IAS School of Natural Sciences in Princeton, we
: determined
: L(18,18) =
: 6697231142888292128927401888417065435099377806401787328103183376969456244285
: 4721810521432601277437139718484889097011183628347046881282790714992650234763

a*****g
发帖数: 19398
7
o(∩_∩)o...哈哈!!!

【在 l******t 的大作中提到】
: 18*18是按格算的?
t********e
发帖数: 1169
8
ias高等研究所好牛,之前只有爱因斯坦这些人才能面过
1 (共1页)
进入Programming版参与讨论
相关主题
【讨论】问一道很简单的C++题。。。。 (转载)[bssd] 心外无智能
how to create an instance of base class in its derived class definition[bssd]最近公司有人整我
c++里边protected member可以在自己所在类调用码?不要在well defined的问题上浪费时间
问一个C++ template的问题19路围棋的所有合法图案终于出来了 Number of legal Go positi
C++ virtual function 定义在 derived class 会怎么样?how to create interface "operator=="
请教一个class design的问题Help! Virtual Destructor
eBay的二手服务器如何?can struct be derived from?
这个版上就是一堆打嘴炮的 几道 google interview 的题目
相关话题的讨论汇总
话题: number话题: positions话题: 18