Re: [Computer-go] Ataxx

2019-11-04 Thread folkert
> Thanks for sharing this information. I will implement Ataxx in my generic > Crazy Zero framework as soon as I have a little free time. Even your test-program is already a great succes: when I checked it won all the games! I'm very curious how it will work against ataxxzero en lelax.

[Computer-go] scoring

2016-03-26 Thread folkert
), then it takes minutes before it finishes. That alone is kind of strange with only 1 stone? Furthermore it returns a score of "B+9.0". I would expect a score of B+121.0 there. Where am I going wrong here? Folkert van Heusden ___ Computer-go ma

[Computer-go] looking for positions to test scoring

2016-03-21 Thread folkert
Hi, I'm writing a Go program. When writing difficult code I implement unit-tests also. Now I'm looking for test positions to verify that I've implemented scoring correctly. Googling for such did not bring up a lot. Thanks in advance. Folkert van Heusden

Re: [Computer-go] what would $gtp-program do

2016-03-16 Thread folkert
and 90 white moves. 19 (21.1%) black moves ok, 20 (22.2%) > white moves ok (total: 21.7%) Folkert van Heusden -- MultiTail ist eine flexible Applikation um Logfiles und Kommando Eingaben zu überprüfen. Inkl. Filter, Farben, Zusammenführen

[Computer-go] what would $gtp-program do

2016-03-14 Thread folkert
sgf-player and the move played by the gtp-program you use. At the end it emits: Compared 90 black and 90 white moves. 19 (21.1%) black moves ok, 20 (22.2%) white moves ok (total: 21.7%) The sourcecode can be found on github: https://github.com/flok99/go-compare Folkert van Heusden

Re: [Computer-go] Fwd: mental imagery in Go

2015-08-02 Thread folkert
to generate moves? On 2015-08-01 7:08, folkert wrote: Hi, You can take a look at https://youtu.be/c3wbE1V4bTc It shows the thought proces of my Go program called Stop: http://www.vanheusden.com/stop/ Note that it is, to say the leat, rather weak. On Sat, Aug 01, 2015 at 02:46:49PM

Re: [Computer-go] Fwd: mental imagery in Go

2015-08-01 Thread folkert
://www.youtube.com/watch?v=Om_CVAevU8o -- ???personal website http://sites.google.com/site/djhbrown2/home ___ Computer-go mailing list Computer-go@computer-go.org http://computer-go.org/mailman/listinfo/computer-go Folkert van Heusden -- Want

Re: [Computer-go] Strange GNU Go ladder behavior

2015-06-23 Thread folkert
/ ___ Computer-go mailing list Computer-go@computer-go.org http://computer-go.org/mailman/listinfo/computer-go Folkert van Heusden -- Ever wonder what is out there? Any alien races? Then please support the seti@home project: setiathome.ssl.berkeley.edu

Re: [Computer-go] CGOS

2015-05-23 Thread folkert
will return. Folkert van Heusden -- -- Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com ___ Computer-go mailing list Computer-go@computer-go.org http://computer-go.org/mailman

Re: [Computer-go] CGOS

2015-05-02 Thread folkert
So that bad players are not getting 0 elo. On Sat, May 02, 2015 at 11:59:17AM +0200, Erik van der Werf wrote: Baseline for worst play? Why? Paris Hilton?? Op 2 mei 2015 11:42 schreef folkert folk...@vanheusden.com: I'm running parishilton it now so that you have a baseline

Re: [Computer-go] CGOS

2015-05-02 Thread folkert
Computer-go@computer-go.org http://computer-go.org/mailman/listinfo/computer-go 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

[Computer-go] running amigogtp using twogtp

2015-04-20 Thread folkert
amigogtp because its strength is not too far off compared to my own program (stop_0.9-2b: 627 and amigogtp-1.8: 811 on 13x13 cgos). myCtest-10k would be even better but there's no source of that available? Folkert van Heusden -- ___ Computer-go mailing

Re: [Computer-go] running amigogtp using twogtp

2015-04-20 Thread folkert
is not too far off compared to my own program (stop_0.9-2b: 627 and amigogtp-1.8: 811 on 13x13 cgos). myCtest-10k would be even better but there's no source of that available? Folkert van Heusden -- MultiTail är ett flexibel redskap för att följa en eller flera logfiler, utföra kommandon

Re: [Computer-go] What's a good playout speed?

2015-04-08 Thread folkert
up. The bot is still rather weak so adding some of those features should really improve the strength. How many playouts (per move) does 'stop_0.9-2b??? do? 0 (none, zero, keine, geen) (to clarify: it is _not_ doing a monte carlo search) Folkert van Heusden

Re: [Computer-go] What's a good playout speed?

2015-04-07 Thread folkert
. The bot is still rather weak so adding some of those features should really improve the strength. How many playouts (per move) does 'stop_0.9-2b??? do? 0 (none, zero, keine, geen) Folkert van Heusden ___ Computer-go mailing list Computer-go

Re: [Computer-go] CGOS future

2015-04-03 Thread folkert
Folkert van Heusden -- MultiTail är ett flexibel redskap för att följa en eller flera logfiler, utföra kommandon, filtrera, färglägga, sammanfoga, o.s.v... -- Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com

Re: [Computer-go] CGOS future

2015-04-03 Thread folkert
server protocol, probably built around json, and then the clients will take care of themselves: all modern languages, except C/C++, come with a good web client library, and a good json library. Just hand out a helper C library, perhaps with a C++ wrapper API. I agree! Folkert van Heusden

Re: [Computer-go] April KGS bot tournament, 13x13

2015-04-01 Thread folkert
://computer-go.org/mailman/listinfo/computer-go -- Nick Wedd mapr...@gmail.com ___ Computer-go mailing list Computer-go@computer-go.org http://computer-go.org/mailman/listinfo/computer-go Folkert van Heusden -- Ever wonder what is out

Re: [Computer-go] Learning from CGOS

2015-03-30 Thread folkert
, latest match played and failures. Oh and indeed failures: currently it says illegal move; it would be great if it also could say what is illegal about the move. Maybe create a logfile accessible via the web-interface for that. Folkert van Heusden -- Always wondered what the latency of your

Re: [Computer-go] fast + good RNG

2015-03-30 Thread folkert
gdb by pressing ctrl-c, then type bt. Do this 10 times, and look for the parts of the stack that occur often.  Folkert van Heusden -- Ever wonder what is out there? Any alien races? Then please support the seti@home project: setiathome.ssl.berkeley.edu

[Computer-go] evaluating number of wins versus looses

2015-03-30 Thread folkert
factors may be in play here (my program is in it's infant stage). Folkert van Heusden -- Finally want to win in the MegaMillions lottery? www.smartwinning.info -- Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com

[Computer-go] fast + good RNG

2015-03-29 Thread folkert
Hi, I measured that std::mt19937_64 (the mersenne twister from the standard c++ libraries) uses about 40% cpu time during playouts. So I wonder: is there a faster prng while still generating good enough random? Folkert van Heusden -- Nagios user? Check out CoffeeSaint - the versatile Nagios

Re: [Computer-go] fast + good RNG

2015-03-29 Thread folkert
-Original Message- From: folkert folk...@vanheusden.com To: computer-go@computer-go.org Sent: Sun, 29 Mar 2015 17:50 Subject: [Computer-go] fast + good RNG Hi, I measured that std::mt19937_64 (the mersenne twister from the standard c++ libraries) uses about 40% cpu time during

Re: [Computer-go] monte carlo search; all valid moves?

2015-03-28 Thread folkert
in the playouts is superko. What other validity checks are you performing? Álvaro. On Sat, Mar 28, 2015 at 9:54 AM, holger krekel hol...@merlinux.eu wrote: On Sat, Mar 28, 2015 at 08:51 +0100, folkert wrote: Hi, For a monte carlo search, are only valid moves performed

Re: [Computer-go] monte carlo search; all valid moves?

2015-03-28 Thread folkert
. http://computer-go.org/pipermail/computer-go/ Folkert van Heusden -- Curious about the inner workings of your car? Then check O2OO: it'll tell you all that there is to know about your car's engine! http://www.vanheusden.com/O2OO

[Computer-go] monte carlo search; all valid moves?

2015-03-28 Thread folkert
validity checks on all steps. Folkert van Heusden -- -- Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com ___ Computer-go mailing list Computer-go@computer-go.org http

Re: [Computer-go] [ANN] Michi - 15x15 ~6k KGS in 540 lines of Python?code

2015-03-27 Thread folkert
instead, you should get about 3x speedup or more. Have you tried ShedSkin? It compiles python code to c++ code. http://code.google.com/p/shedskin/ Folkert van Heusden -- www.TrustedTimestamping.com is a service that enables you to show that at a certain point in time, you had access to a hash

Re: [Computer-go] Tromp Taylor rules http://senseis.xmp.net/?LogicalRules

2015-03-12 Thread folkert
, 2015 at 12:44 PM, Álvaro Begué alvaro.be...@gmail.com wrote: Ko is not missing: It is a particular case of the prohibition to repeat positions. Making suicide illegal is an easy patch. Álvaro. On Wed, Mar 11, 2015 at 7:08 AM, folkert folk...@vanheusden.com wrote: Hi

[Computer-go] looking for tromp/taylor scoring testcases

2015-03-12 Thread folkert
Hi, It looks like I got the tromp/taylor scoring working in my program. I'm now looking for testcases. Sofar I only found the ones at http://codegolf.stackexchange.com/questions/6693/score-a-game-of-go Do I suck at googling and are there more? thanks in advance Folkert van Heusden

[Computer-go] Tromp Taylor rules http://senseis.xmp.net/?LogicalRules

2015-03-11 Thread folkert
are missing? thanks Folkert van Heusden -- You've probably gotten really fed up with never winning in the Mega- Millions lottery. Well, weep no longer: www.smartwinning.info tells you everything that might help you deciding what numbers to choose. With nice graphs and pretty animations

Re: [Computer-go] Weak bots to run on CGOS

2015-03-10 Thread folkert
)) Folkert van Heusden -- You've probably gotten really fed up with never winning in the Mega- Millions lottery. Well, weep no longer: www.smartwinning.info tells you everything that might help you deciding what numbers to choose. With nice graphs and pretty animations

Re: [Computer-go] Weak bots to run on CGOS

2015-03-09 Thread folkert
server. Folkert van Heusden -- You've probably gotten really fed up with never winning in the Mega- Millions lottery. Well, weep no longer: www.smartwinning.info tells you everything that might help you deciding what numbers to choose. With nice graphs and pretty animations

Re: [Computer-go] cgos.computergo.org down?

2015-03-03 Thread folkert
It is not working. After a connect the programs sit there, waiting forever. On Mon, Mar 02, 2015 at 09:55:33AM -0500, Joshua Shriver wrote: It was migrated back to the original boardspace. Please try there. cgos.boardspace.net -Josh On Sun, Mar 1, 2015 at 4:14 PM, folkert folk

[Computer-go] cgos.computergo.org down?

2015-03-01 Thread folkert
Hi, It looks like cgos.computergo.org is down? All bots fail to connect over here. Folkert van Heusden -- You've probably gotten really fed up with never winning in the Mega- Millions lottery. Well, weep no longer: www.smartwinning.info tells you everything that might help you deciding what

Re: [Computer-go] alternative for cgos

2015-01-14 Thread folkert
/dan ratings? Chris LaRose On Fri, Jan 9, 2015 at 2:47 AM, folkert folk...@vanheusden.com wrote: Hi, I have the feeling that cgos won't come back in even the distant future so I was wondering if there are any alternatives? E.g. a server that constantly lets go engines play against

Re: [Computer-go] CGOS back online

2015-01-14 Thread folkert
___ Computer-go mailing list Computer-go@computer-go.org http://computer-go.org/mailman/listinfo/computer-go Folkert van Heusden -- MultiTail är ett flexibel redskap för att följa en eller flera logfiler, utföra kommandon, filtrera, färglägga, sammanfoga, o.s.v

[Computer-go] alternative for cgos

2015-01-11 Thread folkert
Hi, I have the feeling that cgos won't come back in even the distant future so I was wondering if there are any alternatives? E.g. a server that constantly lets go engines play against each other and then determines an elo rating for them. Folkert van Heusden -- Afraid of irssi? Scared

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