Re: [computer-go] CGOS: How to access old sgf games?

2009-05-05 Thread elife
For particular game, you can access it from url like http://cgos.boardspace.net/9x9/SGF/2009/05/05/752908.sgf On Tue, May 5, 2009 at 8:42 PM, Łukasz Lew lukasz@gmail.com wrote: But not as old as January archive, but for example from yesterday. Can I get games of a cgos login? Lukasz

Re: [computer-go] CGOS: How to access old sgf games?

2009-05-05 Thread Łukasz Lew
2009/5/5 elife elife2...@gmail.com: For particular game, you can access it from url like http://cgos.boardspace.net/9x9/SGF/2009/05/05/752908.sgf But how can I know what is the id of the game of a particular pair of engines? On Tue, May 5, 2009 at 8:42 PM, Łukasz Lew lukasz@gmail.com

Re: [computer-go] CGOS: How to access old sgf games?

2009-05-05 Thread Jason House
There's no great way to do this. I guess one could sequentially download files and examine them for the player to play. I've always wanted to be able to click on a crosstable entry and get a more detailed summary of performance along with links to the last 10(?) games between the pair.

Re: [computer-go] CGOS: How to access old sgf games?

2009-05-05 Thread Łukasz Lew
On Tue, May 5, 2009 at 14:56, Jason House jason.james.ho...@gmail.com wrote: There's no great way to do this. I guess one could sequentially download files and examine them for the player to play. I've always wanted to be able to click on a crosstable entry and get a more detailed summary of

Re: [computer-go] CGOS: How to access old sgf games?

2009-05-05 Thread Don Dailey
I'm seriously considering to overhaul the archive system with CGI scripts to make it easy to grab anything by date range and player name. But it's not there now. - Don On Tue, May 5, 2009 at 8:42 AM, Łukasz Lew lukasz@gmail.com wrote: But not as old as January archive, but for example

Re: [computer-go] CGOS: How to access old sgf games?

2009-05-05 Thread Łukasz Lew
IT does not have to be complicated/perfect. Static links might be enough. Just automate compressing games of each pair of engines separately and provide links to that. (or better: link to a readable directory where the archives reside) If you want to work on anything more complicated, I would

Re: [computer-go] Fuego technical report

2009-05-05 Thread Matthew Woodcraft
Martin Mueller wrote: Our technical report describing the Fuego framework is now available on http://www.cs.ualberta.ca/research/techreports/2009/TR09-08.php I will probably make at least one more revision, so all feedback and suggestions are welcome. On page 2, the report says | The

Re: [computer-go] Older archives?

2009-05-05 Thread Darren Cook
Here's a link to the archives of the computer go mailing list from 1993 - 2003 all in one file: (available in zip, 7-zip and uncompressed) http://www.mediafire.com/?sharekey=5e8b5601844d16558d78a0e5552916099b61fa34587d11e9c95965eaa7bc68bc Thanks for the links Ben, and Peter. I managed to

Re: [computer-go] Fuego technical report

2009-05-05 Thread Michael Williams
Very nice. I do have one suggestion for Fuego. Make use of the ability to filter certain root moves out of the UCT tree to remove symmetrically equivalent moves. Or if it is not cost-prohibitive, throughout the tree. Martin Mueller wrote: Our technical report describing the Fuego framework