Again, the math blows that up. How do you _guarantee_ that you choose the best move for white each time? And every time you miss it, you greatly add to the computational requirement. You need a perfect search in order to produce a perfect search. I don't see how you could pull that off.ozziejoe wrote:I see your point Bob. However, i think one coudl use a more radical method than merely eliminating first move options. Once black moves, you again give white only one possible move. Then black moves again, and you consider only one white move (maybe the best move identified at depth 30 by rybka). By giving white only one move, you radically reduce the space. You could reduce the space further if you chose good moves that also reduced blacks options.
You are right. You could get it wrong somewhere in the tree and have to start again. However, I think you could probably get the first 10 white moves right, and maybe event he first 20 with very deep analysis. if we can nail those first 20 moves (e.g., at least white equality in every position), we would surely reduce the space a great deal.
Maybe we are not there, but i don't think the true space is 10^48. bob, what space would be sufficiently small to partially solve chess. 10^10? Or something in that order. Maybe that is still too large
best
J
Here's another fly in the ointment. Actually, the true space is _much_ larger. because of the 50-move rule and repetitions. If the shortest solution is along a path that would violate the 50-move rule, then you have to find a path that will be longer, in order to make an irreversable move every 50 moves even though it is far from optimal, because we have to play within the rules as they exist.