Game programs for boards more than 19x19
-
And
- Gosei
- Posts: 1464
- Joined: Tue Sep 25, 2018 10:28 am
- GD Posts: 0
- Has thanked: 212 times
- Been thanked: 215 times
Re: Game programs for boards more than 19x19
https://github.com/Remi-Coulom/gogui/issues
Support games with board size bigger than 25
Support games with board size bigger than 25
-
And
- Gosei
- Posts: 1464
- Joined: Tue Sep 25, 2018 10:28 am
- GD Posts: 0
- Has thanked: 212 times
- Been thanked: 215 times
Re: Game programs for boards more than 19x19
three years ago, a version of katago appeared for boards up to 29x29. during this time, katago began to play much stronger and better. compare - the game 40b s299 on the board 29x29, 37x37 and 18b on the board 37x37 (the network plays against the same, playouts=3, chinese). 18b on 37x37 plays no worse than 40b on 29x29!
https://discord.com/channels/4170221623 ... 3024967782
https://discord.com/channels/4170221623 ... 3024967782
-
And
- Gosei
- Posts: 1464
- Joined: Tue Sep 25, 2018 10:28 am
- GD Posts: 0
- Has thanked: 212 times
- Been thanked: 215 times
Re: Game programs for boards more than 19x19
where did the formula 7+n(n+1) come from? (7 9 13 19 27 37 49 63 79 97 117)
https://littlegolem.net/jsp/forum/topic ... &topic=474
https://littlegolem.net/jsp/forum/topic ... &topic=474
-
EricBackus
- Dies with sente
- Posts: 83
- Joined: Sun May 09, 2010 10:28 pm
- Rank: 2 kyu
- GD Posts: 109
- Universal go server handle: EricBackus
- Has thanked: 4 times
- Been thanked: 29 times
Re: Game programs for boards more than 19x19
Interesting. It does seem to work fairly well.And wrote:where did the formula 7+n(n+1) come from? (7 9 13 19 27 37 49 63 79 97 117)
https://littlegolem.net/jsp/forum/topic ... &topic=474
I've always liked:
Code: Select all
nextSize = ceiling(currentSize*sqrt(2))Or, if you want to ensure odd board sizes, use:
Code: Select all
nextSize = roundToNearestOddInteger(currentSize*sqrt(2))-
And
- Gosei
- Posts: 1464
- Joined: Tue Sep 25, 2018 10:28 am
- GD Posts: 0
- Has thanked: 212 times
- Been thanked: 215 times
Re: Game programs for boards more than 19x19
this formula (7+n(n+1)) can be explained as follows: we increase the size of the board 7 by 1 (in all directions) - we get 9, +2=13, +3=19, +4=27, +5=37, +6=49... but why is it so and not otherwise? that is, what is the point of this from the point of view of the game?
-
And
- Gosei
- Posts: 1464
- Joined: Tue Sep 25, 2018 10:28 am
- GD Posts: 0
- Has thanked: 212 times
- Been thanked: 215 times
Re: Game programs for boards more than 19x19
please, who can do this, make the katago version eigenavx2-windows-x64+bs37. I spent a lot of time and unsuccessfully!
(it is possible in pm)
(it is possible in pm)
-
Amigo
- Dies in gote
- Posts: 54
- Joined: Sat Sep 28, 2019 12:06 pm
- GD Posts: 0
- Has thanked: 60 times
- Been thanked: 10 times
Re: Game programs for boards more than 19x19
can someone do it for a reward?And wrote:please, who can do this, make the katago version eigenavx2-windows-x64+bs37. I spent a lot of time and unsuccessfully!
(it is possible in pm)
-
And
- Gosei
- Posts: 1464
- Joined: Tue Sep 25, 2018 10:28 am
- GD Posts: 0
- Has thanked: 212 times
- Been thanked: 215 times
Re: Game programs for boards more than 19x19
interestingly, katrain versions 1.3.1 - 1.3.3 additionally had a katago-bs52 exe-file
https://github.com/sanderland/katrain/releases?page=2
18B networks of course does not support
https://github.com/sanderland/katrain/releases?page=2
18B networks of course does not support
-
And
- Gosei
- Posts: 1464
- Joined: Tue Sep 25, 2018 10:28 am
- GD Posts: 0
- Has thanked: 212 times
- Been thanked: 215 times
Re: Game programs for boards more than 19x19
"...27x27 board...the star points are on the 5th lines."
https://forums.online-go.com/t/large-bo ... p/26548/25
https://forums.online-go.com/t/large-bo ... p/26548/25
-
And
- Gosei
- Posts: 1464
- Joined: Tue Sep 25, 2018 10:28 am
- GD Posts: 0
- Has thanked: 212 times
- Been thanked: 215 times
Re: Game programs for boards more than 19x19
Lizzieyzy supports very large boards! I tried 1000x1000, it works, saves and loads the sgf! you can connect two katago engines 100x100, matches of two engines
Lizzieyzy https://github.com/yzyray/lizzieyzy/releases
katago 100x100 https://github.com/lightvector/KataGo/i ... -810368706
q5go supports boards up to 52x52, a game of two engines, matches of two engines
q5go https://github.com/bernds/q5Go/releases
katago 52x52 https://github.com/lightvector/KataGo/i ... -913116646
https://drive.google.com/file/d/1VlRD3i ... sp=sharing
GoGui supports boards up to 52x52, a game of two engines, matches of two engines
gogui https://github.com/Remi-Coulom/gogui/releases
KaTrain 1.3.4 playing against the computer on boards up to 52x52, playing the program by itself, katago-bs52 included
https://github.com/sanderland/katrain/r ... tag/v1.3.4
Leela 0.4.6 playing against the computer on boards up to 37x37
https://sjeng.org/dl/setupLeela046.exe
MultiGo supports boards up to 52x52
MultiGo is designed to view/edit Smart-Go format(SGF) go game file. It also supports other popular file format including *.BDX, *.NGF, *.GOS, *.GIB, *.UGF, *.GO. You can easily navigate through the game and branches, add/remove markers and comments, create or edit your own branches. You could use MultiGo to play with GNU Go, or even record/play go video.
multigo http://www.ruijiang.com/multigo/download.php
Lizzieyzy https://github.com/yzyray/lizzieyzy/releases
katago 100x100 https://github.com/lightvector/KataGo/i ... -810368706
q5go supports boards up to 52x52, a game of two engines, matches of two engines
q5go https://github.com/bernds/q5Go/releases
katago 52x52 https://github.com/lightvector/KataGo/i ... -913116646
https://drive.google.com/file/d/1VlRD3i ... sp=sharing
GoGui supports boards up to 52x52, a game of two engines, matches of two engines
gogui https://github.com/Remi-Coulom/gogui/releases
KaTrain 1.3.4 playing against the computer on boards up to 52x52, playing the program by itself, katago-bs52 included
https://github.com/sanderland/katrain/r ... tag/v1.3.4
Leela 0.4.6 playing against the computer on boards up to 37x37
https://sjeng.org/dl/setupLeela046.exe
MultiGo supports boards up to 52x52
MultiGo is designed to view/edit Smart-Go format(SGF) go game file. It also supports other popular file format including *.BDX, *.NGF, *.GOS, *.GIB, *.UGF, *.GO. You can easily navigate through the game and branches, add/remove markers and comments, create or edit your own branches. You could use MultiGo to play with GNU Go, or even record/play go video.
multigo http://www.ruijiang.com/multigo/download.php