Chess!

I

ilia

Using a simple alpha-beta pruning algorithm, you define an array of
positions to evaluate, and recursively update it by isolating the
highest possible score for your opponent's response. Excel freezes,
as it attempts in vain to assess 2^64 possible moves for each node of
the decision tree. You fail, and resign in shame.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top