Search found 1 match

by sebj
Thu Apr 04, 2013 6:07 am
Forum: Programming and Technical Discussions
Topic: alpha-beta performance
Replies: 2
Views: 1623

alpha-beta performance

Hi everybody,

I have just finished my first chess engine. He plays legal moves and recognize when he is checkmated, which already makes me happy ( I am sure you know this !).

I am worried about the performance now. I am using a very simple alpha-beta search algorithm (basicly, the algorithm you ...