BimmerBass / Loki

C++17 chess engine
GNU General Public License v3.0
9 stars 2 forks source link

Wrong PV #17

Open BimmerBass opened 3 years ago

BimmerBass commented 3 years ago

I just ran Loki with EFP in the search-eval-rework to depth 12 from the starting position, and when i looked through the PV it gave the move (not in the root), d1e2 whereas when i probed the transposition table, it said d2d3, which is clearly better.

Therefore there must be some bug in the PV-stack...