Life In 19x19
http://lifein19x19.com/

q5go-2.1.3: Autoplay and some other minor updates
http://lifein19x19.com/viewtopic.php?f=9&t=16354
Page 8 of 10

Author:  emerus [ Tue Sep 29, 2020 10:20 pm ]
Post subject:  Re: q5go-1.1.1: Tweaks and improvements

Do q5go databases have a tagging feature? That is one of my favorite Kombilo features. It allows games to be tagged as 'Seen' or tagged by particular opening/joseki/handicap etc...

Author:  bernds [ Wed Sep 30, 2020 3:44 am ]
Post subject:  Re: q5go-1.1.1: Tweaks and improvements

emerus wrote:
Do q5go databases have a tagging feature? That is one of my favorite Kombilo features. It allows games to be tagged as 'Seen' or tagged by particular opening/joseki/handicap etc...

Not yet. I did notice that games got greyed out in the list when you looked at them, and I was planning to do that as well, but I don't even recall seeing a more involved tagging feature.

Author:  ez4u [ Fri Oct 02, 2020 5:30 am ]
Post subject:  Re: q5go-1.1.1: Tweaks and improvements

Now that we combine search with analysis we should be thinking of new capabilities. One that comes to mind would be to take a position, search the database, and automatically analyze and display the X most frequent continuations that humans have played historically. What do you think? Would such a thing be possible?

Author:  bernds [ Fri Oct 02, 2020 10:46 am ]
Post subject:  Re: q5go-1.1.1: Tweaks and improvements

ez4u wrote:
Now that we combine search with analysis we should be thinking of new capabilities. One that comes to mind would be to take a position, search the database, and automatically analyze and display the X most frequent continuations that humans have played historically. What do you think? Would such a thing be possible?

I'm certainly not opposed to adding useful features, but I'm not entirely sure what you have in mind beyond what is already there. When you say "automatically", do you imagine this as a sort of live analysis feature like engine analysis? I guess I'm asking for a more detailed description.

Author:  ez4u [ Fri Oct 02, 2020 7:11 pm ]
Post subject:  Re: q5go-1.1.1: Tweaks and improvements

Now we have the ability to put a position on the board and analyze it using an engine like Katago...
Attachment:
Analysis - 800.jpg
Analysis - 800.jpg [ 103.46 KiB | Viewed 12010 times ]

Alternatively we have the ability to take that same position and search a database of human games like GoGoD...
Attachment:
Search - 800.jpg
Search - 800.jpg [ 88.58 KiB | Viewed 12010 times ]

What I am imagining is the ability to take for example the top five human choices, explicitly send them to the analysis engine, and get back the winrate/score estimate for those five choices.
Attachment:
Search highlight - 800.jpg
Search highlight - 800.jpg [ 90.1 KiB | Viewed 12010 times ]

q5go might display the analysis of the top X moves on the board, or it might add the analysis to the bar chart of results on the right side of the search screen.
The position that I chose is not ideal perhaps, because all the main human choices are already in the analysis picture above. :) However, there are situations where they are not.

This is really just off the top of my head. I was in the process of thinking of what existing capabilities in kombilo I would prioritize for support by q5go. However, then I thought that we should be looking for new capabilities for this new tool. Capabilities that kombilo cannot provide.

Author:  bernds [ Sat Oct 03, 2020 3:40 am ]
Post subject:  Re: q5go-1.1.1: Tweaks and improvements

ez4u wrote:
q5go might display the analysis of the top X moves on the board, or it might add the analysis to the bar chart of results on the right side of the search screen.
The position that I chose is not ideal perhaps, because all the main human choices are already in the analysis picture above. :) However, there are situations where they are not.

This is really just off the top of my head. I was in the process of thinking of what existing capabilities in kombilo I would prioritize for support by q5go. However, then I thought that we should be looking for new capabilities for this new tool. Capabilities that kombilo cannot provide.

Thanks, I think I understand now. That's slightly different than what I had pictured first - I was thinking of adding "Database" to the list of engines available in the normal board window and then displaying the search results as if they had come from an engine, with winrates and such.
No reason we couldn't do both, although it'll probably take some time to get these things working.

Author:  ez4u [ Tue Oct 06, 2020 5:40 pm ]
Post subject:  Re: q5go-1.1.1: Tweaks and improvements

One thing that I would love to see as an improvement on kombilo would be better export of search results in a file. I have done a lot of large-scale historical searches for some of my posts on fuseki development, player histories, and so forth. I am probably an outlier in this regard. But so what! :D

Right now I can hit "include game list" when I am exporting a search result. This adds the list to the text box of results. I copy and paste the list into Excel (in my case) but then have to go through the process of parsing the list. Kombilo currently reports the White and Black players as something like "Cho Han-seung - Jiang Weijie", which requires parsing (and be careful if some of the players names include the same dash that is used to separate the two names, as Cho's does here!).

Much better would be to output a simple CSV file with each field distinct. I would recommend that at least the following items be included:
White player, Black player, winner (this would be simply W,B,J,N,U), result (this would be something like W+2.5), komi, date, move number (where the position occurs in the game, e.g. 5 for move 5), continuation (A, B, etc.).

Author:  bernds [ Tue Oct 06, 2020 6:08 pm ]
Post subject:  Re: q5go-1.1.1: Tweaks and improvements

ez4u wrote:
Much better would be to output a simple CSV file with each field distinct. I would recommend that at least the following items be included:
White player, Black player, winner (this would be simply W,B,J,N,U), result (this would be something like W+2.5),
I think I would not distinguish winner and result and just quote the SGF result field. It's an arbitrary string, and I think a user who wants to use such a CSV file is in a better position to interpret the results.
Quote:
komi, date, move number (where the position occurs in the game, e.g. 5 for move 5), continuation (A, B, etc.).
For continuation - A, B, C, or coordinates? I guess a checkbox in the export dialog could sort that out.
I'll add it to the list. For the moment I just want to release a 2.0 version with what is there now, but after that I'll look into improvements.

Author:  ez4u [ Tue Oct 06, 2020 9:21 pm ]
Post subject:  Re: q5go-1.1.1: Tweaks and improvements

bernds wrote:
...I think I would not distinguish winner and result and just quote the SGF result field. It's an arbitrary string, and I think a user who wants to use such a CSV file is in a better position to interpret the results...

I stuck results into the list because it is there. However, I think that the only time I was interested in the actual point spread was in a post on half point wins. In my experience winner as a single letter is much more useful. If only result is given, the user always has to parse that field. So I would lobby for doing the heavy lifting once in your code and let the lazy analyst (me) "take it EZ"! :bow:

Of course there is no rush on this. I am in awe of the effort that you have put into this program over the years. Please, keep it up and make sure that it remains personally rewarding for you.

Author:  bernds [ Wed Oct 14, 2020 1:39 am ]
Post subject:  Re: q5go-2.0: Pattern search and online improvements

I've now uploaded the current state as a 2.0 release.

Author:  And [ Mon Mar 29, 2021 6:37 am ]
Post subject:  Re: q5go-2.0: Pattern search and online improvements

there is a version of KataGo for a board up to 37x37! https://github.com/lightvector/KataGo/i ... -809341260
your wonderful program only supports up to 36x36. please do up to 37x37!

Author:  Dragon [ Tue Mar 30, 2021 8:27 am ]
Post subject:  Re: q5go-2.0: Pattern search and online improvements

bernds can you make 37x37?

Author:  bernds [ Tue Mar 30, 2021 8:36 am ]
Post subject:  Re: q5go-2.0: Pattern search and online improvements

Dragon wrote:
bernds can you make 37x37?

I've pushed an update yesterday. The automatic builds unfortunately don't work anymore due to some changes at Github, so no binaries yet.

Author:  And [ Wed Mar 31, 2021 6:49 am ]
Post subject:  Re: q5go-2.0: Pattern search and online improvements

@bernds
thanks a lot! is it possible for a new release or version for Windows to appear within a month? or two?

Author:  bernds [ Thu Apr 01, 2021 4:34 am ]
Post subject:  Re: q5go-2.0: Pattern search and online improvements

I'll try to get to it.

Author:  And [ Thu Apr 01, 2021 9:15 am ]
Post subject:  Re: q5go-2.0: Pattern search and online improvements

@bernds
many thanks! even if you have to wait a few months :)

Author:  And [ Thu Apr 01, 2021 9:26 am ]
Post subject:  Re: q5go-2.0: Pattern search and online improvements

KataGo compiled @Friday9i, works even on a 100x100 board. (https://github.com/lightvector/KataGo/i ... -810368706)
but a reasonable game is probably somewhere up to 60x60. @Friday9i wants to train the network on big boards. Perhaps it makes sense (only for a game or a match of engines, due to the limitation of sgf) to raise the limit not to 52, but to 100?

Author:  bernds [ Fri Apr 02, 2021 9:51 am ]
Post subject:  Re: q5go-2.1: Minor enhancements and fixes

I've uploaded a 2.1 release.

Board sizes larger than 52 run into issues with coordinates in SGF files - all the letters are taken. I also kind of don't believe that anyone will discover something new in a 100x100 game that isn't already there in 40x40. At some point I no longer see the point :)

Author:  And [ Fri Apr 02, 2021 10:22 am ]
Post subject:  Re: q5go-2.1: Minor enhancements and fixes

thanks a lot!!! 52x52 works, but only when playing against a computer. computer vs computer is still 52x36. very interesting to watch engine matches! huge request, please make 52x52 !!!

Author:  bernds [ Fri Apr 02, 2021 11:34 am ]
Post subject:  Re: q5go-2.1: Minor enhancements and fixes

And wrote:
thanks a lot!!! 52x52 works, but only when playing against a computer. computer vs computer is still 52x36. very interesting to watch engine matches! huge request, please make 52x52 !!!

Aww, too many dialogs to look through and I missed one :-(

Page 8 of 10 All times are UTC - 8 hours [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/