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

2007-04-10 Thread Chrilly
ise it explodes. 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.

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

2007-04-10 Thread compgo123
same problem with single step evaluation too. This problem is to be solved by deeper search. Daniel Liu -Original Message- From: [EMAIL PROTECTED] To: computer-go@computer-go.org Sent: Tue, 10 Apr 2007 1:46 AM Subject: Re: [computer-go] Noise reduction in alpha-beta search

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

2007-04-09 Thread Chrilly
ly - Original 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 evalua

[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 _