Re: [computer-go] Dynamic Komi's basics

2010-02-11 Thread Heikki Levanto
dy. If I had a working implementation to play with, I might try it myself, but I don't, and I don't have the time to set one up and try. - Heikki -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ compute

Re: [computer-go] Optimizing combinations of flags

2009-11-25 Thread Heikki Levanto
Wouldn't it be more effective to choose one player randomly, and make the other a "mirror image" of it? That way, every game would give some information of the relevance of one setting. At least in the very beginning... -- Heikki Levanto "In Murp

Re: [computer-go] Neural networks

2009-10-14 Thread Heikki Levanto
, and far too little time... If anyone wants to play with it, I'd love to hear of any results. - Heikki -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

Re: [computer-go] CUDA and GPU Performance

2009-09-10 Thread Heikki Levanto
ld be slower than necesary, but maybe that would even out with many enough done in parallel. -H -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org http://www.computer

Re: [computer-go] representing liberties

2009-08-15 Thread Heikki Levanto
n also use board-sized bitmaps. Merging is a trivial OR operation. -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

Re: [computer-go] Really basic question

2009-07-07 Thread Heikki Levanto
s of a coin who plays to the crucial point first. Most likely it does not happen on the first move. But if that is the game-deciding point, it makes sense to give credit to who ever got to play it. -H -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk __

Re: [computer-go] 1x1 patterns?!

2009-06-22 Thread Heikki Levanto
makes no sense But has anyone seen any good 0x0 patterns ;-) -H -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

[computer-go] Ko in light playouts

2009-06-15 Thread Heikki Levanto
eriments, which I will have to do before discussing them here. -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

Re: [computer-go] New CGOS

2009-06-06 Thread Heikki Levanto
and how much handicap to give, and how to analyze the results. The handicap-giving program can play under a different name, so that for CGOS it looks like a totally separate entry, with its own rating. -H -- Heikki Levanto "In Murphy We Turst" heikki

Re: [computer-go] New CGOS (was:Negative result on using MC as a predictor)

2009-06-05 Thread Heikki Levanto
s, > such as perhaps sluggo. Fine! -H -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

Re: [computer-go] New CGOS (was:Negative result on using MC as a predictor)

2009-06-05 Thread Heikki Levanto
f will play test > games with your bot while you debug it. Good idea! I have used cgos to debug my half-finished bots before, and felt a bit bad about wasting the time of more serious bots. -H -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk

Re: [computer-go] Implications of a CPU vs Memory trend on MCTS

2009-05-12 Thread Heikki Levanto
only serious) -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

[computer-go] Simple MC implementations

2009-05-03 Thread Heikki Levanto
n't get me to sucha list... At this point I don't care for performance, multi-threading, or even time controls. All I want is a simple implementation of MC that is easy to read and to tweak, so I can see if my idea works at all. - Heikki -- Heikki Levanto "In Murphy We Turst&

Re: RE: [computer-go] Pseudo liberties: Detect 2 unique liberties?

2009-04-03 Thread Heikki Levanto
ed to know if a string has zero, one, two, or many liberties, so the counting can be aborted early. -H -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

Re: [computer-go] time measurement

2009-02-03 Thread Heikki Levanto
On Tue, Feb 03, 2009 at 03:51:14PM -0200, Mark Boon wrote: > On Feb 3, 2009, at 2:34 PM, Heikki Levanto wrote: > > >All in all, I think this is a messy and unreliable solution to a > >problem I > >have not seen happening. > > > >For what it is worth I vo

Re: [computer-go] time measurement

2009-02-03 Thread Heikki Levanto
dly doesn't even have a functional program at the moment -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

Re: Re: [computer-go] 3-4-5 rule

2008-12-31 Thread Heikki Levanto
moyo, where the optimal reduction move does not get considered. That sounds tricky, and the advantage from such is slight, he can be a tiny bit more confident of keeping his moyo... - Heikki -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk __

Re: [computer-go] 3-4-5 rule

2008-12-30 Thread Heikki Levanto
inner, with a local answer to every move the opponent makes. Never taking sente to play elsewhere. Sounds like a receipe for a disaster to me. But then again, I am only a kyu-level player, so I may be wrong... -H -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk __

Re: [computer-go] 3-4-5 rule

2008-12-30 Thread Heikki Levanto
layouts would make such a position look pretty bad, and direct the program away from it - which would most often be good playing style anyway. - H -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go maili

Re: [computer-go] 3-4-5 rule

2008-12-30 Thread Heikki Levanto
ven decisively that 3 doesn't work, it lost 2 out of > the 3 games I played :-) So sorry, but as far as I can see, three games don't prove very much. Could you please run at least 10 games more, before jumping into conclusions. -H -- Heikki Levanto "In Murphy

Re: [computer-go] 19x19 results (so far)

2008-12-24 Thread Heikki Levanto
mean that you veto any move *not* on the 3rd, 4th, or 5th line, unless there is a stone within the limit distance. Or, to phrase it in other words: - Any move on 3-4-5 line is OK - Any move close than 2 or 3 points from any stone is OK - All other moves are not OK -H -- Heikki Levanto &

Re: [computer-go] Value of rule

2008-12-22 Thread Heikki Levanto
r on larger boards. -H -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

Re: [computer-go] MC Opening stage

2008-12-10 Thread Heikki Levanto
ople who didn't expect it, and not too bad even against those who knew it... Not something I would dare to play in a serious tournament, but then again, I don't play serious tournaments these days. -H -- Heikki Levanto "In Murphy We Turst"

Re: [computer-go] MC Opening stage

2008-12-10 Thread Heikki Levanto
gt; stone already on the board." If memory serves, David Fotland mentioned this > at the Portland Congress. Some players favor opening moves on the fifth > line, however. And the occasional funny guy playing the center point... -H -- Heikki Levanto "In Murphy We Tu

Re: [computer-go] Monte-Carlo Tree Search reference bot

2008-12-03 Thread Heikki Levanto
timizing the memory stuff made a noticeable difference. I would also like to see hard evidence. But not badly enough to put in the necessary work to get some ;-) - H -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk _

Re: [computer-go] Monte-Carlo Tree Search reference bot

2008-12-03 Thread Heikki Levanto
ement behind the scenes, so optimizing such can be harder... But when writing in C or C++, it does make sense. -H -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-

Re: [computer-go] FW: computer-go] Monte carlo play?

2008-11-16 Thread Heikki Levanto
but this one would still be a good candidate. If the result was a loss, the average would drop, and so would the error, so this move would become much less likely to be expanded. I am sure someone who understands statistics will soon jump in and c

Re: [computer-go] FW: computer-go] Monte carlo play?

2008-11-16 Thread Heikki Levanto
t costs time, reducing the number of playouts the program can make. Hope that explains something of the mystery Regards Heikki -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@comp

Re: [computer-go] Publishing source for (yet another) MC simulator

2008-11-04 Thread Heikki Levanto
ng to do at work now, I would write C on my spare time, but as things are now, I get that need satisfied all right. -H -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

Re: [computer-go] Publishing source for (yet another) MC simulator

2008-11-03 Thread Heikki Levanto
e war here, not again... Once again thanks for releasing your code. -H -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

Re: [computer-go] symmetry optimizations vs statistics?

2008-09-30 Thread Heikki Levanto
ing, less about group theory, and not being in the academia, I am not publishing papers. I am just a programmer who likes to dabble with programming Go, when other interests don't claim all of my spare time. - Heikki -- Heikki Levanto "In Murphy We Turs

[computer-go] Random (was: 10k UCT bots)

2008-05-15 Thread Heikki Levanto
Should I worry about this not being good enough? - Heikki -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

Re: [computer-go] 10k UCT bots

2008-05-14 Thread Heikki Levanto
can not win, and will resign on the spot. I think it will be a long time before programs can do that with confidence... -H -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer

Re: [computer-go] 10k UCT bots

2008-05-13 Thread Heikki Levanto
it is possible. And if your search tree is large enough, once-in-a-thousand situations occur all the time... -H -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org h

Re: [computer-go] CGOS comment field. wasTest position set for MC programs

2008-04-27 Thread Heikki Levanto
ent, programs can easier get to it and display the link to the user. - Heikki -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

Re: [computer-go] 13x13 scalability study continued ...

2008-04-14 Thread Heikki Levanto
With some decent large number of playouts... -H -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

Re: [computer-go] Optimal explore rates for plain UCT

2008-03-13 Thread Heikki Levanto
ould it make sense to have a similar page for pure MC programs (without uct), so that we beginning developers could check that portion of our code against known results? -H -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk _

Re: [computer-go] Re: Should 9x9 komi be 8.0 ?]

2008-03-03 Thread Heikki Levanto
that the program is estimating wrong, and actually has a small lead. Playing tight will preserve that, with a chance of improving it a bit, whereas playing "desperate" moves will throw it all away. Of course, if a program knows it is going to loose, it might as well resign. -H -- Heik

Re: Re : [computer-go] How to use CGOS ?

2008-02-26 Thread Heikki Levanto
le and give no extra security for anyone. Sorry, I am in a bad mood today. -H -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/l

Re: Re : [computer-go] How to use CGOS ?

2008-02-26 Thread Heikki Levanto
rantee that all do? I have so little time for go programming that I would not like to waste my time on unnecessary 'security'! - Heikki -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing

Re: [computer-go] 13x13 study.

2008-02-21 Thread Heikki Levanto
programs (no tree search of any kind). And/or to get a few 'in-between' data points near the corner. Or to make the MC simulations weaker/stronger, and see how that affects the performance of the UCT programs... If I had all the machine power, and nothing better to do... -H -- Heikki

Re: [computer-go] gpugo

2008-02-13 Thread Heikki Levanto
g fancy chips unless you know where you need the extra speed. Still, it sounds like quite a programming job! Wish I had the time and energy for that! - H -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go ma

Re: [computer-go] 19x19 Study - prior in bayeselo, and KGS study

2008-01-31 Thread Heikki Levanto
On Wed, Jan 30, 2008 at 04:35:18PM -0500, Don Dailey wrote: > Heikki Levanto wrote: > > > On Wed, Jan 30, 2008 at 03:23:35PM -0500, Don Dailey wrote: > > > >> Having said that, I am interested in this. Is there something that > >> totally prevents the pr

Re: [computer-go] 19x19 Study - prior in bayeselo, and KGS study

2008-01-30 Thread Heikki Levanto
UCT tree, even if not allowing them in the playouts. Even then, the UCT tree has to extend to the point where this kind of situation can occur, before the program can see it. - Heikki -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___

Re: [computer-go] More generic GTP

2008-01-30 Thread Heikki Levanto
e playing! And with that comes a number of specific needs you have to support. - Heikki -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

Re: [computer-go] Re: Scalbility study: low end

2008-01-29 Thread Heikki Levanto
having a better evaluation function helps an UCT program, but more on lower levels of play, where its effects are greater. That there can be changes in the scalability of UCT programs. We (may) have identified one. Will there be another lurking somewhere? - Heikki -- Heikki Levanto "In M

Re: [computer-go] Re: Scalbility study: low end

2008-01-24 Thread Heikki Levanto
uggested. Good idea! - Heikki -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

Re: [computer-go] Re: Scalbility study: low end

2008-01-24 Thread Heikki Levanto
e! The strongest program can only play weaker opponents, and weakest one can only play stronger ones. The programs near the top are still likely to meet weaker opponents (and vice versa). Still, that is one possible explanation for the change I see in the curves. -H -- Heikki Levanto "In Mu

Re: [computer-go] Re: Scalbility study: low end

2008-01-24 Thread Heikki Levanto
comments to that. Even with the risk that more data may invalidate my observation... - Heikki -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

[computer-go] Scalbility study: low end

2008-01-24 Thread Heikki Levanto
few days, when the new Mogos join the study and start producing results. - Heikki -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/

Re: [computer-go] New scalability study : show uncertainty ?

2008-01-23 Thread Heikki Levanto
using the same code in the UCT-part > because when I watch the program play I can see mistakes in pruning which > otherwise only would be unseen in the playouts. That is a valid point. Not to the theoretical discussion, but in practical everyday life! -H -- Heikki Levanto "In M

Re: [computer-go] Is MC-UCT really scalable ... is a troll

2008-01-23 Thread Heikki Levanto
Usually 3-3, 3-4, or 4-4. -H -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

Re: [computer-go] New scalability study : show uncertainty ?

2008-01-23 Thread Heikki Levanto
n in the MC playout, since the UCT algorithm can see that they will not lead anywhere, and not give them so much attention. I don't (yet?) have an UCT program, so I can not test this. Some day when I have one, I will try to see how much it will help or hurt to try all legal moves in the UCT

Re: [computer-go] New scalability study : show uncertainty ?

2008-01-22 Thread Heikki Levanto
of go programming. Progress is slow, but it does happen!) -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

Re: [computer-go] Suicide question

2008-01-17 Thread Heikki Levanto
I guess it is early for me to speculate on that, as my engine isn't even playing legal moves yet... Premature optimizing, and all that. - Heikki -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mail

Re: [computer-go] Suicide question

2008-01-16 Thread Heikki Levanto
t eye would be a correct move (provided that it is a "real" eye and not a "false" one). Can anyone come with concrete examples? - Heikki -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go

Re: [computer-go] Suicide question

2008-01-16 Thread Heikki Levanto
Heikki -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

Re: [computer-go] How does MC do with ladders?

2007-12-19 Thread Heikki Levanto
one that is in atari, and then sacrifice two stones. Some nakade shapes also require sacrificing more than one stone... - Heikki -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer

Re: [computer-go] Re: Lisp time

2007-12-15 Thread Heikki Levanto
take the time to optimize on that level - which is good enough. But in theory... - Heikki -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org http://www.comp

Re: [computer-go] low-hanging fruit - yose

2007-12-10 Thread Heikki Levanto
roup first, rather the contrary. But it shows that MC evaluations can give results so badly off that there is not always much point in distinguishing between your 80% and 85% confidence. Regards Heikki -- Heikki Levanto "In Murphy We

Re: [computer-go] winning a won game

2007-12-07 Thread Heikki Levanto
I am lucky and one of them turns out to be useful. - Heikki -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

Re: [computer-go] Micro-Matrix GO Machine

2007-11-30 Thread Heikki Levanto
230V system. It seemed complex... -Heikki -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

Re: [computer-go] speeding up testing of computer go programs

2007-11-25 Thread Heikki Levanto
t routine programming. I humbly suggest that none of us (including you :-) is guilty of "wrong thinking". Regards Heikki -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-g

[computer-go] Memory (was: The global search myth)

2007-11-22 Thread Heikki Levanto
to the main memory to fetch a biece of data, it can cost more than a thousand instructions! Luckily this is a rare occurrence, the caches are pretty effective. But something to think about, I suppose, at least with large UCT trees and transposition tables... -Heikki -- Heikki Levanto "In

Re: [computer-go] Drunken sailor on payday

2007-11-21 Thread Heikki Levanto
compiling each one separately. -H -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

Re: [computer-go] Drunken sailor on payday

2007-11-21 Thread Heikki Levanto
going to be much slower than what ever is done to find the commands... - Heikki who does not plan to do much more in the language war... -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list

Re: [computer-go] Language

2007-11-13 Thread Heikki Levanto
On Tue, Nov 13, 2007 at 11:35:43AM -0500, Jason House wrote: > > On Nov 13, 2007 11:23 AM, Heikki Levanto <[EMAIL PROTECTED]> wrote: > > There are pathological cases where this has to loop many times, flood > > filling the one liberty to a long chain of stones, but

Re: [computer-go] Language

2007-11-13 Thread Heikki Levanto
t just the neighbours of the last played stone. This sounds wasteful, but I am not sure if it would not be slower to isolate the neighbouring strings first, and then test only those. One more experiment where I didn't get very far... -H -- Heikki Levanto "In Murphy

Re: [computer-go] Python bindings for libego?

2007-11-12 Thread Heikki Levanto
d you like to use a language like that? I am *so* tired of the way it happily declares a new variable when you mistype one, or finds mistyped function names only at run time, if you happen to call that function... As a C-programmer, I want my compiler to catch silly mistakes f

Re: [computer-go] Language

2007-11-12 Thread Heikki Levanto
ge discussions. There are only relatively small differences between most modern languages, btu their libraries tend be vary more. Also, learning the language basics should not take long for any experienced programmer, but to learn the "proper" way to use the libraries, that can take much

Re: [computer-go] Speed of generating random playouts

2007-11-12 Thread Heikki Levanto
legal points in advance (or at least empty ones), and pick from that list. This list can be maintained incrementally during the MC simulation. Still, I like your style, and may yet decide to take advantage of your library instead of LibEGO at least in some of my experiments. - Heikki -- H

Re: [computer-go] Speed of generating random playouts

2007-11-12 Thread Heikki Levanto
On Mon, Nov 12, 2007 at 04:58:49PM +0100, Petr Baudis wrote: > http://rover.dkm.cz/w/zzgo.git I seem not to be able to find anything there. Is that link correct? - Heikki -- Heikki Levanto "In Murphy We Turst" heikki (at)

Re: [computer-go] Speed of generating random playouts

2007-11-12 Thread Heikki Levanto
any or as few machines as you happen to have at hand, and the fast ones don't need to wait for the slower ones. But I think MC is so fast that this will not pay off. I seem to recall that the quality of play does not improve much over 5000 play-outs, anyway. -H -- Heikki Levanto "

Re: [computer-go] Speed of generating random playouts

2007-11-12 Thread Heikki Levanto
to see how well I can play with 1k simulations, or even less. If I like your coding style (and license), I may even switch over to your code, as I prefer C to C++). - Heikki -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk

Re: [computer-go] Locating day-old games on CGOS

2007-11-10 Thread Heikki Levanto
I understand that it would take a bit of programming work to implement, so I am not making any demands... Regards Heikki -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@compu

Re: [computer-go] Small wish for Cgos (was: use for Monte Carlo on 19X19?)

2007-11-07 Thread Heikki Levanto
ce, and could even include the whole source on that page, so that people can see it all... I still think using the gtp 'name' command for this is not optimal, as it is also used in GUIs to set the program name. Hope I clarified things more than I confused... -H --

Re: [computer-go] Small wish for Cgos (was: use for Monte Carlo on 19X19?)

2007-11-07 Thread Heikki Levanto
for that program. Or maybe we could simply define an extension to gtp - optional of course - for the same kind of purpose, because the 'name' command is already used by GUIs for a displayable name. 'program_comment' perhaps? -H -- Heikki Levanto

[computer-go] Small wish for Cgos (was: use for Monte Carlo on 19X19?)

2007-11-06 Thread Heikki Levanto
ome parameters matter. I have decided to put up such a page for my next experiments, if I ever get far enough to have something playing on cgos, and would certainly pass the link to that to cgos, if there was a good place to do so. Regards Heikki -- Heikki Levanto "In Murphy We Turst&quo

Re: [computer-go] CGOS on sourceforge

2007-11-02 Thread Heikki Levanto
is requirement. -H -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

Re: [computer-go] Definition for monte carlo

2007-10-31 Thread Heikki Levanto
bout to start playing with a go program again, I have some more ideas to improve simple MC things. UCT etc will have to wait until I can see what happens with those... -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk __

Re: [computer-go] Definition for monte carlo

2007-10-30 Thread Heikki Levanto
yers. And computer programs are not quite that perfect either... - H -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

Re: [computer-go] Definition for monte carlo

2007-10-30 Thread Heikki Levanto
by so small a number that it can never overrule the raw number of victories or losses did the trick much better. Something under 1/boardsize*simulations, so that even if all simulations end in one part owning the whole board, the sum is not affected as much as a single win or loss... -H -- Heikki

Re: [computer-go] Definition for monte carlo

2007-10-30 Thread Heikki Levanto
l not try to collect small points here and there, but just play where ever - often leading to death and destruction among its own groups. -H -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing l

Re: [computer-go] Definition for monte carlo

2007-10-30 Thread Heikki Levanto
kes it easy to experiment with the thing. Google on 'Lew libEGO' and you should find him. - Heikki P.S. If any of the above is not right, I am sure the better informed people will rush in to correct me. I welcome that! -- Heikki Levanto "In Murphy We Turst"

Re: [computer-go] XML alternatives to SGF

2007-10-23 Thread Heikki Levanto
standards to be simple, and constant. Especially when they are somewhat well established already... -H -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

Re: [computer-go] XML alternatives to SGF

2007-10-22 Thread Heikki Levanto
nefits, obvious to everyone (which I have not yet seen), I would stuill urge people to consider those benefits carefully, and to weigh them against the problems that arise from having two incompatible standards. Just my personal opinion, of course. - Heikki -- Heikki Levanto "In Murp

Re: [computer-go] best approach forward

2007-10-12 Thread Heikki Levanto
est time hardware and time to run such an agency, and what do they get out of it? If it has happened once, it might happen again. What would help the idea along the way? -H -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk __

Re: [computer-go] IEEE Spectrum article by Deep Blue creator

2007-10-02 Thread Heikki Levanto
d show their results! The rest of us believe such a function is (almost?) impossible to write. -H -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org http://www

Re: [computer-go] IEEE Spectrum article by Deep Blue creator

2007-10-02 Thread Heikki Levanto
e seems overly optimistic, but on the other hand, it does not consider the latest techniques that have shown some real promise, indicating that it may be underestimating the future programs... Maybe there are other inventions coming up in the near future that make the optimism more justified? -H

Re: [computer-go] IEEE Spectrum article by Deep Blue creator

2007-10-02 Thread Heikki Levanto
't that translate to something like understanding sente? And to the problems of local sente vs. global sente? -H -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org

Re: [computer-go] Python bindings for libego?

2007-10-01 Thread Heikki Levanto
t; every possible way) to all else? Well, I considered writing it in ETA [1], but my work situation is such that soon I am expected to know python, so I might as well use computer go as an excuse to learn it. - Heikki [1] http://www.miketaylor.org.uk/tech/eta/doc/index.html -- Heikki Levanto

[computer-go] Python bindings for libego?

2007-10-01 Thread Heikki Levanto
pting language). If not, I may consider doing something like that myself. No point in duplicating such work, if it is already done, and easily available, though. Regards Heikki P.S. Not trying to start any sort of language war here... -- Heikki Levanto "In Murphy We Turst" heikk

Re: [computer-go] repeat postings

2007-08-28 Thread Heikki Levanto
On Mon, Aug 27, 2007 at 04:22:08PM -0400, Don Dailey wrote: > > On Mon, 2007-08-27 at 21:35 +0200, Heikki Levanto wrote: > > Some mail servers are starting to use greylisting, which > > intentionally delays mails that have sender-recipient pairs they > > have not seen befo

Re: [computer-go] repeat postings

2007-08-27 Thread Heikki Levanto
place of work). Email was never intended to be a real-time protocol, so one has to accept the occasional delay... - Heikki -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@comp

Re: [computer-go] CGOS down?

2007-08-21 Thread Heikki Levanto
puts stderr back to /dev/stderr, no matter how much cgos3.tcl tries to redirect it. Of course you can also capture it in a file, and perhaps run a tail -f on it... -Heikki -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___

Re: [computer-go] evalgo update

2007-06-30 Thread Heikki Levanto
On Fri, Jun 29, 2007 at 03:50:04PM -0400, Don Dailey wrote: > evalgo has been updated once again. Someone noticed a minor bug in the > time reporting which has been fixed. > > http://www.greencheeks.homelinux.org:8015 I see a new zip file, but still an old tar.gz. -H -- He

Re: [computer-go] scalability study - final results

2007-06-27 Thread Heikki Levanto
e opponents will find you silly not passing earlier, but so be it. -H -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

Re: [computer-go] evalgo autotesting system

2007-06-25 Thread Heikki Levanto
On Mon, Jun 25, 2007 at 04:33:47PM -0400, Don Dailey wrote: > Here is how you might set up gnugo: Thanks! that certainly looks enough to get me going. - Heikki -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk __

Re: [computer-go] evalgo autotesting system

2007-06-25 Thread Heikki Levanto
. Maybe you could add a one-line example to the README, on how to add a program (say GNU Go) as a player. Regards Heikki -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list computer-go@computer

Re: [computer-go] Congratulations to GNU and to MoGoBot19!

2007-06-20 Thread Heikki Levanto
es its thinking. The best it can do, is to adjust those again for the next move, if this one turned out to take more or less time. -Heikki -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk ___ computer-go mailing list co

  1   2   >