Skip to content

Lynx 1.3.4

Choose a tag to compare

@maelic13 maelic13 released this 28 May 16:10

Patch release focused on completing UCI ponder behavior and Lazy SMP threaded search semantics.

Fixed

  • Fixed ponderhit handling 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, and ponderhit state 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 MultiPV searches.
  • 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.