Add Optimisation In Tree Pruning #45

Open
opened 2025-08-30 19:52:14 +00:00 by Josh · 0 comments
Owner

One common method of reducing the search space is null move pruning:

https://www.chessprogramming.org/Null_Move_Pruning

This might help speed up the engine or allow us to increase plys.

One common method of reducing the search space is null move pruning: https://www.chessprogramming.org/Null_Move_Pruning This might help speed up the engine or allow us to increase plys.
Josh added the
WIP
label 2025-08-30 19:52:17 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: projects/chess#45
No description provided.