Lynx 1.3.4
Patch release focused on completing UCI ponder behavior and Lazy SMP threaded search semantics.
Fixed
- Fixed
ponderhithandling so converting a ponder search to a normal search preserves elapsed thinking time instead of restarting the search clock. - Fixed threaded search accounting so UCI
nodes,tbhits, stop, quit, andponderhitstate are shared across the main and helper threads rather than being reported or limited from the main thread alone.
Changed
- Enabled threaded search for node-limited and
MultiPVsearches. - Reworked parallel best-result selection to use weighted helper votes, with decisive scores, PV availability, depth, score, and the main thread used as tie-breakers.