Re: [computer-go] Noise reduction in alpha-beta search

2007-04-10 Thread Chrilly
Message - From: [EMAIL PROTECTED] To: computer-go@computer-go.org Sent: Monday, April 09, 2007 4:48 PM Subject: [computer-go] Noise reduction in alpha-beta search I think following is a way to reduce the noise in alpha-beta search. Instead of using the evaluation values, use

Re: [computer-go] Noise reduction in alpha-beta search

2007-04-10 Thread Chrilly
. Chrilly - Original Message - From: [EMAIL PROTECTED] To: computer-go@computer-go.org Sent: Tuesday, April 10, 2007 5:23 PM Subject: Re: [computer-go] Noise reduction in alpha-beta search It can't be. He was probably studying the general game, not Go. The score in Go

[computer-go] Noise reduction in alpha-beta search

2007-04-09 Thread compgo123
I think following is a way to reduce the noise in alpha-beta search. Instead of using the evaluation values, use the cummulative evaluation values. That is the sum of the evaluation values of each node of the playing path under examination. Daniel Liu