Add NEGAMAX Evaluation Algorithm For Chess Positions #20
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
Add MIN-MAX Evaluation Algorithm For Chess Positionsto Add NEGAMAX Evaluation Algorithm For Chess Positions