Re: [computer-go] Anchor Player

2006-12-20 Thread Stuart A. Yeates

Increasing komi is much easier than placing stores, but a much weaker
representation of how go games are actually played in the real world.

cheers
stuart

On 12/15/06, Hideki Kato [EMAIL PROTECTED] wrote:


Increasing KOMI is much easier than placing stones, right?

Jacques Basaldúa‚³‚ñ [EMAIL PROTECTED]:
I would like to take part in the 19x19 competition.
I also prefer kyu rating to Elo, but I got the impression that
you were relating kyu rating with handicap games (that is
usually done by human players).

I think handicap is a bad idea for computers. Handicap
requires human intelligence to understand how the playing
style must be changed. It completely ruins fuseki databases
and may also make josekis that are good under equal play
too slow. Of course, if you pretend to ruin fuseki database
programs, its a good idea. But I think dan/pro level fuseki
is not only legitimate, but probably the best possible fuseki
and it can be played in ultrablitz which preserves computing
time for later moves. The only drawback is 10 Mb of
disk space. Any silly welcome video is heavier than that.

I suggest, if handicap is implemented, it should be optional.

Jacques.
___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/
--
[EMAIL PROTECTED] (Kato)
___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/

___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/

[computer-go] Slow KGS computer Go Tournament idea

2006-12-20 Thread steve uurtamo
hi,

this might be a counterproductive idea,
but does anyone who mc's also ponder?

s.

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/


RE: [computer-go] Slow KGS computer Go Tournament idea

2006-12-20 Thread House, Jason J.
this might be a counterproductive idea,
but does anyone who mc's also ponder?

I think I've heard that valkyra ponders. 
___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/


Re: [computer-go] Unsigned random numbers in Java

2006-12-20 Thread Ephrim Khong
Peter Drake wrote:
 I tried creating a random number generator

 java.util.Random rand = new java.util.Random()

 and then asking it for a random int

 rand.nextInt()

 which I would then take modulo the board size to choose a random
 point.

Note that rand.nextInt(int n) might be what you want: Returns a
pseudorandom, uniformly distributed int value between 0 (inclusive) and
the specified value (exclusive), drawn from this random number
generator's sequence.. This also takes into account that simply taking
the modulus does usually _not_ result in a uniformly distribution, since
usually MAX_INT is no multiple of n.

greets
eph

___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/


Re: [computer-go] Slow KGS computer Go Tournament

2006-12-20 Thread William M. Shubert
On Mon, 2006-12-18 at 11:04 +0200, Aloril wrote:
 On Sun, 2006-12-17 at 18:25 -0500, Don Dailey wrote:
  server.host=goserver.gokgs.com
  server.port=2379 
 
 These lines are not needed.

Not only are they not needed, they are a ***VERY BAD IDEA***.

If KGS moves (as it did a few months ago) then they will make your
client break.

They are ***ONLY*** needed if you have to use a port forwarder or other
trick to get to KGS. You know if you need them. If not, please, leave
them out. So please, check your kgsGtp config file, if you have these
lines, delete them, unless you *KNOW* that you need them.

___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/


Re: [computer-go] Slow KGS computer Go Tournament idea

2006-12-20 Thread Edward de Grijs



Ah. Orego will have the ponder feature soon.


I am busy to include pondering for FirstGo.
Should be ready within a few days.

Edward.






On Dec 20, 2006, at 3:11 PM, Don Dailey wrote:


ponder means to use the opponents time to think

- Don

On Wed, 2006-12-20 at 23:56 +0100, Ephrim Khong wrote:

hi,

steve uurtamo wrote:

this might be a counterproductive idea,
but does anyone who mc's also ponder?


a quick question from a non-nativ english speaker: what does ponder
mean here?

thanks
eph

___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/


___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/

___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/


_
Windows Live Mail: Kies je eigen kleur, indeling en contacten! 
http://imagine-windowslive.com/mail/launch/default.aspx?Locale=nl-nl


___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/