Re: [computer-go] My experience with Linux

2008-04-12 Thread Martin Møller Skarbiniks Pedersen
Does Linux have a decent development environment yet? After using Visual studio, it would be a horrible loss of productivity to go back to vi/make/gdb. Of course the linux command line tools are great when you want them, but they are available on Windows through cygwin, so by developing on

Re: [computer-go] My experience with Linux

2008-04-12 Thread Martin Møller Skarbiniks Pedersen
Unfortunately I don't know how to sell support for my Go program, but I am open to ideas. I am sorry but I don't think it is possible to earn a living making Go program under linux. But maybe your problem could compile both under windows and linux and sell the linux version. /Martin

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

2007-11-16 Thread Martin Møller Skarbiniks Pedersen
On 12/11/2007, Petr Baudis [EMAIL PROTECTED] wrote: I have rewritten it so that it now picks a random point at the board, then searches the whole board starting from that point and picks up the first valid point. That is a bad way to random choose a point. Some point will be choosen a lot

Re: [computer-go] libego

2007-10-22 Thread Martin Møller Skarbiniks Pedersen
On 21/10/2007, Chris Fant [EMAIL PROTECTED] wrote: Thanks. I'm getting this when I compile. Is gcc having a problem finding the standard library? Any idea what I need to do to fix it? BTW, I'm no Linux expert. # make basic_go_types.cpp: In constructor 'player_t::player_t()':

Re: [computer-go] Binary release of MoGo

2007-09-16 Thread Martin Møller Skarbiniks Pedersen
Some computer-go friends in Japan have reported that even current binary of MoGo doesn't work on Athlon XP or Celeron. Both (and Pentium III) have no SSE2 instructions while Pentium 4 has. Could you please try -march=athlon-xp, pentium3 or generic? Hideki If it was possible to release the

Re: [computer-go] GGMC Go v1.3

2007-08-01 Thread Martin Møller Skarbiniks Pedersen
http://www.gggo.jp/ggmc-v1.3.tar.gz (~200kB) DNS problems ? Resolving www.gggo.jp... failed: Temporary failure in name resolution. ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

Re: [computer-go] Re: 9x9 games wanted

2007-07-09 Thread Martin Møller Skarbiniks Pedersen
I want to prepare an opening book and I am looking for a 9x9 games collection. So far I have only found in total 244 games, which is for a book much too less (I am used to have the CB-Megabase). Is there a larger collection with at least = 5 Amateur Dan Level available? If the price is

Re: [computer-go] UCT outside of go?

2007-06-06 Thread Martin Møller Skarbiniks Pedersen
On 04/06/07, Darren Cook [EMAIL PROTECTED] wrote: Does anyone know of UCT being used in games other than go, or outside games altogether, such as travelling salesman problem, or some business-related scheduling/optimizing/searching problem domain? I am trying to use UCT for the game trax. I

Re: [computer-go] Efficiently selecting a point to play in a random playout

2007-06-05 Thread Martin Møller Skarbiniks Pedersen
-ansi -Wall -pedantic Why not add -Werror so gcc rejects to compile code with warnings ? Regards Martin ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/