Stéphane Nicolet

Results 6 issues of Stéphane Nicolet

Hi, When working on a sub-branch of Olivier Teytaud's branch called "newtasks" (which uses the ELF framework for any abstract game), we stumbled on a possible GPU configuration error on...

Hi Daylen, I had an infinite "ball of death" in the new version of Stockfish app with SF9 (version 2.1.2 (24)). I was analyzing a game, browsing some new variation...

So that we can jump directly from the LiveElo pages to the page with all the tests of the user.

In the following run of 40.000 STC games between SF-13 and a patch for SF-16-dev, there are at least two different workers posting batches with many losses on time. For...

closes https://github.com/official-stockfish/fishtest/pull/1827

enhancement
server
gui

Syntactic sugar around Position::see_ge(), so that we can use the more readable pos.see(move) >= threshold instead of pos.see_ge(move, threshold), and similar readable code for the other comparison operators. Patch tested...

feature/functionality
no-functional-change