Author: Frank Phillips
Date: 11:11:36 05/20/04
Go up one level in this thread
On May 20, 2004 at 06:08:46, Ed Schröder wrote:
>On May 20, 2004 at 04:08:18, Andre van Ark wrote:
>
>>Hi Vincent,
>>
>>Quarreling with uncle Bob, is that your (mental) preparation for the WCC?
>
>You misunderstand, Vincent is unraveling the famous dutch myth of tolerance.
>
>Ed :)
I wonder if there is or should be a crime called 'internet stalking'.
Frank
>
>
>
>>Kind regards,
>>André
>>
>>On May 19, 2004 at 22:28:50, Vincent Diepeveen wrote:
>>
>>>main() {
>>> search(10); // search 10 ply depthfirst
>>>
>>> for i = 1 to 10 // depth limited 1..10 ply search
>>> search(i);
>>>}
>>>
>>>search(int depth) {
>>> if depth == 0
>>> then return eval();
>>> else for all moves
>>> search(depth-1);
>>>}
>>>
>>>Robert Morgan Hyatt doesn't seem to understand this in his thesis.
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.