Add NEGAMAX Evaluation Algorithm For Chess Positions #20

Closed
opened 2025-08-19 22:46:12 +00:00 by Josh · 0 comments
Owner

There are many ways to evaluate chess positions. One simple method would be to apply a MIN-MAX evaluation on each chess position. This should be simpler to implement than other methods. It will also allow us to start with a simpler AI baseline.

There are many ways to evaluate chess positions. One simple method would be to apply a MIN-MAX evaluation on each chess position. This should be simpler to implement than other methods. It will also allow us to start with a simpler AI baseline.
Josh self-assigned this 2025-08-19 22:52:26 +00:00
Josh changed title from Add MIN-MAX Evaluation Algorithm For Chess Positions to Add NEGAMAX Evaluation Algorithm For Chess Positions 2025-08-20 15:01:05 +00:00
Josh added the
WIP
label 2025-08-20 15:29:52 +00:00
Josh closed this issue 2025-08-29 22:59:58 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: projects/chess#20
No description provided.