quiet-labeled.epd + sf14 eval tags

Discussion of chess software programming and technical issues.

Moderator: Ras

op12no2
Posts: 542
Joined: Tue Feb 04, 2014 12:25 pm
Location: Gower, Wales
Full name: Colin Jenkins

quiet-labeled.epd + sf14 eval tags

Post by op12no2 »

From what I've seen many of us make use of Alexandru Moșoi's (Zurichess) quiet-labeled.epd for tuning etc. The link below adds SF14 tages for hc, nn and hybrid evals using the default net included in the download (nn-3475407dc199).

https://op12no2.me/sf14quiet-labeled.zip

Values are in centipawns and white oriented.

Snippet:-

Code: Select all

4r3/pq3pk1/1p2p1pp/1P2P3/P3P3/4BPP1/7P/3Q2K1 w - - c9 "0-1"; sf14hce -77; sf14nnue -117; sf14hybrid -176;
2q1r1k1/p4p1p/1p2p1p1/1b2P3/4P3/1P4P1/P2B1P1P/1Q1R2K1 w - - c9 "1/2-1/2"; sf14hce 115; sf14nnue 113; sf14hybrid 173;
8/5k2/8/2p1r1nR/8/8/5K2/8 w - - c9 "0-1"; sf14hce -308; sf14nnue -390; sf14hybrid -308;
2b1kr2/4p3/2p5/8/2P1Pn2/R4BK1/6P1/7R w - - c9 "1-0"; sf14hce 323; sf14nnue 593; sf14hybrid 728;
r1b1k1r1/p2npp1p/2pp1n1R/qp6/3PP3/5N2/PPPN1PP1/R2QKB2 b Qq - c9 "1/2-1/2"; sf14hce 0; sf14nnue 27; sf14hybrid 33;
2r5/4p1k1/R1p5/3nP3/8/8/1N2K1P1/8 w - - c9 "1/2-1/2"; sf14hce -8; sf14nnue -5; sf14hybrid -6;
NB: Some positions are filtered out because SF refuses to evaluate if stm is in check.
User avatar
flok
Posts: 557
Joined: Tue Jul 03, 2018 10:19 am
Full name: Folkert van Heusden

Re: quiet-labeled.epd + sf14 eval tags

Post by flok »

Has anyone repeated this since then?
And with which parameters? (hash size, time control, etc)

Did a quick test with 1000 epds from "quiet-labeled.epd" (40950642 bytes, sha1: d67870f5810a96d20af9a5cc9f284da3078970d5) and 765 entries had a different result.
I wonder if it makes sense to redo the epd but with more time per entry etc.