Re: [Computer-go] A few questions from a beginner

2014-03-20 Thread Aja Huang
:* Wednesday, March 19, 2014 11:44 AM *To:* computer-go@dvandva.org *Subject:* Re: [Computer-go] A few questions from a beginner As other engine: - There is Łukasz Lew. libego https://github.com/lukaszlew/libego (I belived it will give you what you want) - There is oakfoam http://oakfoam.com

Re: [Computer-go] A few questions from a beginner

2014-03-19 Thread Mikko Aarnos
Thanks for the info all. Does a fast open-source program exist which uses only light playouts? If there would be one I could get some reliable info on the amount of playouts per second I _should_ be getting. The only open-source I've found is Pachi and that isn't suitable for that purpose.

Re: [Computer-go] A few questions from a beginner

2014-03-19 Thread Peter Drake
Orego is open-source and reasonably fast. You can modify the heaviness of playouts. https://sites.google.com/a/lclark.edu/drake/research/orego On Wed, Mar 19, 2014 at 9:28 AM, Mikko Aarnos mikko.aar...@kolumbus.fiwrote: Thanks for the info all. Does a fast open-source program exist which

Re: [Computer-go] A few questions from a beginner

2014-03-19 Thread Xavier Combelle
As other engine: - There is Łukasz Lew. libego https://github.com/lukaszlew/libego (I belived it will give you what you want) - There is oakfoam http://oakfoam.com/ - There is fuego http://fuego.sourceforge.net/ On Wed, Mar 19, 2014 at 5:28 PM, Mikko Aarnos mikko.aar...@kolumbus.fiwrote:

Re: [Computer-go] A few questions from a beginner

2014-03-19 Thread David Fotland
: Wednesday, March 19, 2014 11:44 AM To: computer-go@dvandva.org Subject: Re: [Computer-go] A few questions from a beginner As other engine: - There is Łukasz Lew. libego https://github.com/lukaszlew/libego (I belived it will give you what you want) - There is oakfoam http://oakfoam.com

Re: [Computer-go] A few questions from a beginner

2014-03-17 Thread Aja Huang
Hi Mikko, Welcome to the list. 2014-03-16 18:35 GMT+00:00 Mikko Aarnos mikko.aar...@kolumbus.fi: 1. On single-point eye detection: how is this generally done? I first used the definition that we have a single-point eye if a point has only our stones as neighbours and at most 1 diagonal

Re: [Computer-go] A few questions from a beginner

2014-03-17 Thread Peter Drake
Welcome to the abyss! :-) On Sun, Mar 16, 2014 at 11:35 AM, Mikko Aarnos mikko.aar...@kolumbus.fiwrote: 3. On GTP-protocol and final_score: How do you score a board where the game hasn't ended(i.e. there are moves left which are legal and don't kill off our groups)? Almost all scoring methods

Re: [Computer-go] A few questions from a beginner

2014-03-17 Thread Darren Cook
Pachi's definition looks correct to me. There are a few rare exceptions to this definition but it should work well in general. Agreed. The classic exception is: http://senseis.xmp.net/?TwoHeadedDragon (I *think* that represents *all* the exceptions; everything else that is regarded as alive

Re: [Computer-go] A few questions from a beginner

2014-03-17 Thread Jason House
On Mar 16, 2014, at 2:35 PM, Mikko Aarnos mikko.aar...@kolumbus.fi wrote: 3. On GTP-protocol and final_score: How do you score a board where the game hasn't ended(i.e. there are moves left which are legal and don't kill off our groups)? Almost all scoring methods require that dead stones