Re: [computer-go] David Silvers Rave formula

2009-05-07 Thread Lars Schäfers
Hi Dave, thank you! > I think you can still find the original attachment here: > > http://computer-go.org/pipermail/computer-go/attachments/20080208/6519e9c5/rave.pdf Ok, having eyes is always good.. :/ I also found the attachment on my old computer right after asking here and the formula see

Re: [computer-go] David Silvers Rave formula

2009-05-07 Thread David Silver
Hi Lars, is there anyone who can repost the pdf (rave.pdf?) the following mails are talking about? http://computer-go.org/pipermail/computer-go/2008-February/014095.html I think you can still find the original attachment here: http://computer-go.org/pipermail/computer-go/attachments/20080208

[computer-go] Fuego on a small board

2009-05-07 Thread Michael Williams
After starting Fuego and issuing these commands: boardsize 4 komi 1.5 book_clear go_param timelimit 600 uct_param_search number_threads 1 go_param_rules ko_rule pos_superko uct_param_search max_nodes 3000 reg_genmove_toplay I get this result: SgRandom::SetSeed: 1241728335 SgDefaultTimeContr

Re: [computer-go] Fuego technical report

2009-05-07 Thread Michael Williams
I found an error in the documentation: === void GoUctCommands::CmdParamPlayer ( GtpCommand & cmd ) === Get and set GoUctPlayer parameters. This command is compatible with the GoGui analyz

Re: [computer-go] Re: Fuego technical report

2009-05-07 Thread Michael Williams
Once again, I found it right after sending that. Copied here if anyone else cares: Score position with all stones safe and only simple eyes. This is a fast scoring function (e.g. suitable for Monte-Carlo), that can be used if playing continues as long as there are legal moves which do not fil

Re: [computer-go] Re: Fuego technical report

2009-05-07 Thread Michael Williams
What is the meaning of the value returned by uct_score? Martin Mueller wrote: How do you set the number of threads that you want Fuego to use? E.g. for 4 threads uct_param_search number_threads 4 This can go e.g. in a config file, or you can set it in GoGui in the Uct Param Search dialog.