Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: The Alpha-Beta search!

Author: Sune Fischer

Date: 22:37:41 08/14/01

Go up one level in this thread


On August 15, 2001 at 01:15:23, Leen Ammeraal wrote:

Hi

>You should make each move of the move list you generated,
>and each time you should call the alpha-beta function just after
>this move (and you unmake the move after this call). When a return
>value of this function is better than all others so far,
>you should store not only this value but also the move in question.
>At the end you have both a value and the corresponding move.
>Leen Ammeraal
>http://home.wxs.nl/~ammeraal/

Yeah, I think that is what my ABsearch function does.
Maybe I need to flip the alpha and beta values when going from ABsearch to AB?
I'm not sure, but something is wrong.

-S.



This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.