What problem does it solve?
This Skill pinpoints the exact cause of discrepancies in search node counts between the rshogi and YaneuraOu Shogi engines, enabling precise debugging and performance optimization.
Core Features & Use Cases
- Deep Debugging: Inserts detailed logging into both engines to trace execution flow, variable states, and decision-making at a granular level.
- Comparative Analysis: Facilitates side-by-side comparison of engine behavior, identifying subtle differences in search algorithms, pruning techniques, and evaluation functions.
- Use Case: When rshogi and YaneuraOu produce different search node counts for the same position, this Skill helps you identify whether the difference stems from move ordering, pruning, transposition table usage, or evaluation function nuances.
Quick Start
Use the yo-measure skill to compare node counts for rshogi and YaneuraOu starting from the 'startpos' with a depth of 14, focusing on root move breakdowns.