Author: Paul
Date: 05:09:23 01/22/01
Go up one level in this thread
On January 21, 2001 at 20:57:16, leonid wrote: >I still went to search the position by curiosity. Mine 13 moves deepest >selective search said, after thinking for 17 sec., that it find nothing. Tried >brute force. Ended search after 8 moves. No mate in sight. Branching factor was >usual for mate positions but their was no possibility to search 30 moves deep. > >4 moves - 0.055 sec >5 moves - 4.4 sec >6 moves - 3.6 sec >7 moves - 35 sec >8 moves - 389 sec > >This way, even with all the hash possible I must stay with my program up to the >end of Universe. Well, there seems to be a restaurant there/then; I'll buy you a drink, ok? :) >My program can extend its search as much as I would like. For now I don't need >much deeper search and with DOS I am limited somehow with one segment problem. >When I will rewrite my program for Linux I will make search much deeper. In my >program plys are not reusable but each ply is specific. Tim Foden posted the solution in another subthread, so you can have a look at that. It is funny! And it is easy to find if you extend the right way. Every white move is check, and every time black has only one possible reply. And you don't need hash for this, I solve it without. Paul
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.