rapfi
rapfi copied to clipboard
A powerful Gomoku/Renju playing engine
According to this article (https://simd-everywhere.github.io/blog/2020/06/22/transitioning-to-arm-with-simde.html), it isn't too difficult to migrate the program to ARM NEON. I think you've already condidered this but have faced some difficulties, would you like...
比如五手两打,有禁但允许长连这种
h8h9h6i10i6i9g9g8j11i7i8k8j9h7j7j8h10f8f7l10g6f6k10l8l11m12j12i11j13j10k9l9m8m13h5i4k6j6i5j5k11i13i12k14l6n11j15j14g4f3m10o10l13h12g11 这个用拉菲230613版,默认参数未改过,启用了数据库,点扫描防守算出g2防点有杀守不住 给出的线路如下 g2j4k3e11h3f1i14n9k12h14e4d5i3g3f11f9g13f14d12m6n7d7e8d8d9c7e7d6d4c4m14l14c8e5f4e9f10g10h11n6o6l12l15e6b3b6a5b8a9c6a6c5c3 实际线路末端无杀。拉菲以为是四三了,实际横线不是活三而是会长连。“没看到”长连而假杀 关于复现 删除给出的错误线路后,点计算,给出了一个同样长度M67的杀,这次给的线路是真杀了 上一个版本拉菲230112 同样局面,点计算,给出了一个M27的杀线路,并且是真杀 但数据库内容不一样,所以不好评价两个版本如何
Inspired by a simple program published by @nguyencongminh090, I tried another way of score counting. The code is here: . Lacking real interest in the game, I’ve decided not to...