Advertisement

Programing basic Chess AI

Started by May 30, 2011 10:04 AM
20 comments, last by jakubn 13 years ago
@Alvaro: In my program, the captures are themselves the killers, so i am not getting any killers based on non-capture moves, is this a bug or is it correct?
I think its correct because material difference is most likely to get me a cutoff in most of the positions.
Does killer speeds the process by large amounts for chess?
The killer heuristic is typically restricted to non-capture moves. There is a lot of information about this in the Chess Programming Wiki, so you should read it. Start here.
Advertisement
Take a look here:
http://www.sluijten.com/winglet/#010
Site which desciribes how to write own chess program from scratch in 99 steps.

This topic is closed to new replies.

Advertisement