[Computer-go] Evaluation function through Deep Convolutional Neural Networks

2015-01-08 Thread Kahn Jonas
The discussion on move evaluation via CNNs got me wondering: has anyone tried to make an evaluation function with CNNs ? I mean, it's hard to really combine CNNs move estimator with a tree search: you still need something to tell what the best leaf is. Given the state of the art, the reflex is

Re: [Computer-go] Testing on different board sizes

2015-01-08 Thread hughperkins2
My bot loses quite capably on 13x13. But it loses even more on 19x19 :-D  Original message From: Andreas Persson andr...@apgames.se Date:08/01/2015 5:16 PM (GMT+08:00) To: computer-go@computer-go.org Subject: [Computer-go] Testing on different board sizes Hi, I am

[Computer-go] Testing on different board sizes

2015-01-08 Thread Andreas Persson
Hi, I am running some test builds against GNU Go, to save time I have decided to play them on a 13x13 board. Do you guys also test on smaller board sizes to save time, or are these test worthless for 19x19? Regards Andreas ___ Computer-go mailing

Re: [Computer-go] Testing on different board sizes

2015-01-08 Thread Petr Baudis
Hi! On Thu, Jan 08, 2015 at 09:16:55AM +, Andreas Persson wrote: I am running some test builds against GNU Go, to save time I have decided to play them on a 13x13 board. Do you guys also test on smaller board sizes to save time, or are these test worthless for 19x19? The behavior

Re: [Computer-go] Testing on different board sizes

2015-01-08 Thread Andreas Persson
Hi Petr, Thanks for the suggestions, will try running it in 15x15 going forward :) 8 januari 2015, Petr Baudis pa...@ucw.cz skrev: Hi! On Thu, Jan 08, 2015 at 09:16:55AM +, Andreas Persson wrote: I am running some test builds against GNU Go, to save time I have decided to play them