| View previous topic :: View next topic |
| Author |
Message |
Evert Glebbeek

Joined: 21 Jan 2011 Posts: 857 Location: NL
|
Post subject: Re: A few general questions... Posted: Tue Jan 31, 2012 4:24 pm |
|
|
Seems to me that there is a bit of confusion caused by two different ways to do the root search: either you call your normal search function, which returns both a score and a best move, or you play each move in the root function and then call your normal recursive search function.
In the first case, obviously you research all moves after a fail high/low, because you call the search function again with a modified alpha/beta window. In the second case you could indeed only research a move that failed high as long as you already have an exact score from an earlier move.
I've always done the latter myself. |
|
| Back to top |
|
 |
|
| Subject |
Author |
Date/Time |
A few general questions... |
Bill Henry |
Sun Jan 29, 2012 8:09 pm |
Re: A few general questions... |
Robert Purves |
Sun Jan 29, 2012 9:11 pm |
Re: A few general questions... |
Evert Glebbeek |
Sun Jan 29, 2012 9:16 pm |
Re: A few general questions... |
Don Dailey |
Mon Jan 30, 2012 1:44 pm |
Re: A few general questions... |
Bill Henry |
Mon Jan 30, 2012 2:12 pm |
Re: A few general questions... |
H.G.Muller |
Mon Jan 30, 2012 2:24 pm |
Re: A few general questions... |
Don Dailey |
Mon Jan 30, 2012 2:42 pm |
Re: A few general questions... |
Bill Henry |
Mon Jan 30, 2012 3:59 pm |
Re: A few general questions... |
Don Dailey |
Mon Jan 30, 2012 4:12 pm |
Re: A few general questions... |
Bill Henry |
Mon Jan 30, 2012 4:54 pm |
Re: A few general questions... |
Robert Purves |
Mon Jan 30, 2012 9:25 pm |
Re: A few general questions... |
Sven Schüle |
Tue Jan 31, 2012 12:02 am |
Re: A few general questions... |
H.G.Muller |
Tue Jan 31, 2012 8:53 am |
Re: A few general questions... |
Sven Schüle |
Tue Jan 31, 2012 12:08 pm |
Re: A few general questions... |
H.G.Muller |
Tue Jan 31, 2012 12:14 pm |
Re: A few general questions... |
Sven Schüle |
Tue Jan 31, 2012 12:53 pm |
Re: A few general questions... |
H.G.Muller |
Tue Jan 31, 2012 1:56 pm |
Re: A few general questions... |
Don Dailey |
Tue Jan 31, 2012 2:24 pm |
Re: A few general questions... |
H.G.Muller |
Tue Jan 31, 2012 4:26 pm |
Re: A few general questions... |
Michel Van den Bergh |
Tue Jan 31, 2012 4:33 pm |
Re: A few general questions... |
H.G.Muller |
Tue Jan 31, 2012 5:39 pm |
Re: A few general questions... |
Don Dailey |
Tue Jan 31, 2012 5:03 pm |
Re: A few general questions... |
Sven Schüle |
Tue Jan 31, 2012 3:35 pm |
Re: A few general questions... |
Evert Glebbeek |
Tue Jan 31, 2012 4:24 pm |
Re: A few general questions... |
H.G.Muller |
Tue Jan 31, 2012 5:25 pm |
Re: A few general questions... |
Zach Wegner |
Tue Jan 31, 2012 7:13 pm |
Re: A few general questions... |
H.G.Muller |
Tue Jan 31, 2012 8:18 pm |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|