megalodon-chess / megalodon

Chess engine with the UCI protocol
https://megalodon-chess.github.io/megalodon/
GNU General Public License v3.0
14 stars 0 forks source link

Null Move Pruning #81

Closed phuang1024 closed 3 years ago

phuang1024 commented 3 years ago

Describe changes

Added null move pruning. Only starts pruning when depth > 4, so bench is the same. Reduces by 10x sometimes.

Testing info

Currently testing vs v1.0.0

phuang1024 commented 3 years ago

Set wrong base branch. Don't merge.