Efour2 said:wow chess thread!
Im not sure how the ultimate chess computers "think" but surely they dont compute every move everytime? THey have some kind of "attack" mode built in. Or are they programmed to just work out everymove wuth no tactics to it.
wrr what am i saying i mean, develop a queen rather than respond to a random pawn movement? Or do random moves by the human make it calculate possibilities for that too???
Deep Blue worked out as many potential moves as possible within time frame, with some basics heuristics to avoid search completely useless search spaces. There are some more intelligent systems out there though. E..g evolutionary trained neural network players. The difficulty is that classical computer leearning, e.g. using a Neural network would require a neuron for each state. The difficulty, and this is what humans do very well, is to take a small area of the chess board and realise azt a higher level it is the same as a certain move played before (in chess there are names for many common configurations). maybe a pawn is in a slightly different place, etc, but if the setup is similar it should be played the same way (as you can prove for limited subsets that certain moves are optimal).