From the start position searched to 10 ply I get:
evalHashHits 40409As expected the pawn hash hits far more often than the eval hash.
evalHashMiss 100159
pawnHashHits 126433
pawnHashMiss 14135
While the eval hash seems to work flawlessly the pawn hash is having some problems. Sometimes returning wrong values, this is of course not acceptable, but instead of just fixing the bug I will take a look at how the pawn evaluation is handled and adjust it to work smoothly with the pawn hash.
2 comments:
Hey, Jonathan. (May I call you Jon?)
Congratulations on having come this far with your Mediocre chess engine. At this rate, your project will outgrow its title soon! ;-)
I'm also a chess engine developer. You can find the project page for my chess engine, Gray Matter, here. Please contact me if you'd like to share ideas.
Thanks,
Raj
Great blog postt
Post a Comment