Calvin Chess - java chess engine
v.3.2.0:
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.

Comments
Post a Comment