Re: [computer-go] monte carlo

2009-10-25 Thread Folkert van Heusden
? On Sat, Oct 17, 2009 at 05:02:33PM +0200, Folkert van Heusden wrote: People, I'm trying to implement a monthecarlo algorithm in my go program. Now the results are dramatic: the elo-rating of my go program drops from 1150 to below 700. I tried: - evaluate the number of captured stone

Re: [computer-go] monte carlo

2009-10-25 Thread Folkert van Heusden
calculate per second? Folkert van Heusden -- Ever wonder what is out there? Any alien races? Then please support the s...@home project: setiathome.ssl.berkeley.edu -- Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com

[computer-go] webbased version of my go program

2009-09-23 Thread Folkert van Heusden
Hi, For those who like to test the latest version of my Go program (current rating around 1100 elo points on cgos), it is now also webbased available: http://vanheusden.com/stop/applet.php Folkert van Heusden -- -- Phone: +31

Re: [computer-go] Orego 6.09 posted

2009-09-19 Thread Folkert van Heusden
directory. http://legacy.lclark.edu/~drake/Orego.html Enjoy! Peter Drake http://www.lclark.edu/~drake/ ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/ Folkert van Heusden

[computer-go] IGS?

2009-09-05 Thread Folkert van Heusden
Hi, Does anyone know how to interface your go program to IGS? It is already on KGS and CGOS but would like to have it play on IGS as well. Folkert van Heusden -- MultiTail ist eine flexible Applikation um Logfiles und Kommando Eingaben zu überprüfen. Inkl. Filter, Farben, Zusammenführen

Re: [computer-go] IGS?

2009-09-05 Thread Folkert van Heusden
doesn't support normal GTP for bots. :p ok Folkert van Heusden -- www.biglumber.com - site where one can exchange PGP key signatures -- Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com

Re: [computer-go] Dynamic komi at high handicaps

2009-08-31 Thread Folkert van Heusden
My suggestion is to modify a program such as fuego to follow one of the algorithms as suggested - then test it with a large sample of games. If How? At CGOS? Because i noticed that twogtp.pl says eg constantly that stop-0.4 wins of 0.5 while at cgos I see the opposite. Folkert van

Re: [computer-go] new kid on the block

2009-08-14 Thread Folkert van Heusden
speculative I think. Folkert van Heusden -- MultiTail is a versatile tool for watching logfiles and output of commands. Filtering, coloring, merging, diff-view, etc. http://www.vanheusden.com/multitail/ -- Phone: +31-6-41278122, PGP

[computer-go] when

2009-08-14 Thread Folkert van Heusden
test Folkert van Heusden -- MultiTail is een flexibele tool voor het volgen van logfiles en uitvoer van commando's. Filteren, van kleur voorzien, mergen, 'diff-view', etc. http://www.vanheusden.com/multitail/ -- Phone: +31-6

Re: [computer-go] new kid on the block

2009-08-12 Thread Folkert van Heusden
on that. Any tips are welcome! Folkert van Heusden -- Multi tail barnamaj mowahib li mora9abat attasjilat wa nataij awamir al 7asoub. damj, talwin, mora9abat attarchi7 wa ila akhirih. http://www.vanheusden.com/multitail/ -- Phone

[computer-go] place_free_handicap/set_free_handicap

2009-08-09 Thread Folkert van Heusden
Hi, I might've asked this already but I kind of forgot it: place/set_free_handicap set the locations for black stones, right? stop is now playing as stop-0.5 on gcos and stopgo on kgs Folkert van Heusden -- MultiTail ist eine flexible Applikation um Logfiles und Kommando Eingaben zu

Re: Superko vs transposition table (was Re: [computer-go] Double/Triple Ko situation)

2009-08-07 Thread Folkert van Heusden
such playouts. What is superko? My program keeps a list of all board-positions and then if it whants to do a move it checks if the new board-position is in the list. If so, it throws that move away. Are there other checks I need to do as well? Folkert van Heusden -- Feeling generous? - http

Re: Superko vs transposition table (was Re: [computer-go] Double/Triple Ko situation)

2009-08-07 Thread Folkert van Heusden
was played on the previous move, and that move also captured just one stone. (from wikipedia) Folkert van Heusden -- MultiTail is a versatile tool for watching logfiles and output of commands. Filtering, coloring, merging, diff-view, etc. http://www.vanheusden.com/multitail

Re: [computer-go] matching 2 engines with sanity checks

2009-08-04 Thread Folkert van Heusden
and possible add legal move checking to it. -Josh On Mon, Aug 3, 2009 at 4:39 AM, Folkert van Heusden folk...@vanheusden.comwrote: Hi, CGOS does sanity checks on the moves played by the engines that are matched. Problem is that it might take a few hours before bugs get triggered (due

[computer-go] matching 2 engines with sanity checks

2009-08-03 Thread Folkert van Heusden
bugs in an engine won't get triggered. So I was wondering: are there any other tools available for matching engines WITH validity-checks? Folkert van Heusden -- MultiTail è uno flexible tool per seguire di logfiles e effettuazione di commissioni. Feltrare, provedere da colore, merge, 'diff-view

[computer-go] processor power available

2009-08-02 Thread Folkert van Heusden
If you people like, I can run other Go engines on my pc here as well on GCOS? Because I saw that for example Brown is not playing over there. Folkert van Heusden -- -- Phone: +31-6-41278122, PGP-key: 1F28D8AE

Re: [computer-go] new kid on the block

2009-07-30 Thread Folkert van Heusden
is called 'Stop') and in the logging of GoGui itself (Tools - Save Log) that no moves are repeated. Using GoGui 1.1.10. Can it be a known problem? Folkert van Heusden -- -- Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com

Re: [computer-go] new kid on the block

2009-07-30 Thread Folkert van Heusden
always ran fine. [somewhat later] Yes now it fully works! Thanks for the help! Folkert van Heusden -- MultiTail è uno flexible tool per seguire di logfiles e effettuazione di commissioni. Feltrare, provedere da colore, merge, 'diff-view', etc. http://www.vanheusden.com/multitail

[computer-go] new kid on the block

2009-07-29 Thread Folkert van Heusden
of development so some bugs may still exist. All feedback is welcome! Folkert van Heusden -- MultiTail cok yonlu kullanimli bir program, loglari okumak, verilen kommandolari yerine getirebilen. Filter, renk verme, merge, 'diff- view', vs. http://www.vanheusden.com/multitail

[computer-go] libraries

2009-07-26 Thread Folkert van Heusden
Hi, Are there any libraries in c/c++/java for development of a go-brain? I imagine that things like finding connected areas has been implemented a million times? Folkert van Heusden -- MultiTail is a versatile tool for watching logfiles and output of commands. Filtering, coloring, merging