Files
stockfish/src
Marco Costalba 5b35c149e8 Do not modify alpha in split()
When calling split or we immediately return because unable to
find available slaves, or we start searching on _all_ the moves
of the node or until a cut-off occurs, so that when returning
from split we immediately leave the moves loop.

Because of this we don't need to change alpha inside split() and
we can use a signature similar to search() so to better clarify
that split() is actually a search on the remaining node's moves.

No functional change with faked split.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2011-08-07 15:10:41 +01:00
..
2011-07-24 08:53:36 +01:00
2011-06-15 12:11:35 +01:00
2011-06-21 19:01:00 +01:00
2011-07-14 12:43:13 +01:00
2011-07-02 14:04:33 +01:00
2011-06-28 17:11:03 +01:00
2011-04-13 13:17:21 +01:00
2011-04-28 08:00:34 +01:00
2011-05-23 20:20:31 +01:00
2011-07-26 12:39:15 +01:00
2011-07-26 12:39:15 +01:00
2011-07-16 22:59:14 +01:00
2011-07-16 22:59:14 +01:00
2011-04-11 12:35:54 +01:00
2011-03-10 08:08:34 +01:00
2011-08-07 15:10:41 +01:00
2011-08-07 15:10:41 +01:00
2011-08-07 15:10:41 +01:00
2011-07-02 14:04:33 +01:00
2011-08-05 07:15:45 +01:00