Skip to content

3.2.0

Compare
Choose a tag to compare
@kelseyde kelseyde released this 09 Dec 09:25
· 490 commits to main since this release
  • Optimized evaluation function. Removed incremental eval updates on each make/unmake move. Due to pruning, updating the eval incrementally on each make/unmake move was actually a hit to performance. Now the eval function is only called in nodes that actually require it, leading to a speed increase.