{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":20976138,"defaultBranch":"master","name":"Stockfish","ownerLogin":"official-stockfish","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-06-18T19:59:53.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/7926882?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726600064.0","currentOid":""},"activityList":{"items":[{"before":"f677aee28baedcab4d3110d0a5c414621ed805c4","after":null,"ref":"refs/tags/stockfish-dev-20240910-f677aee2","pushedAt":"2024-09-17T19:07:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"}},{"before":"f677aee28baedcab4d3110d0a5c414621ed805c4","after":"60351b9df901ff5278f208a9cf3a40059ff54832","ref":"refs/heads/master","pushedAt":"2024-09-17T19:07:14.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"Disservin","name":"disservin","path":"/Disservin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45608332?s=80&v=4"},"commit":{"message":"Introduce Various Correction histories\n\nThis patch introduces three additional correction histories, namely,\nMajor Piece Correction History, Minor Piece Correction History, and\nNon-Pawn Correction History.\n\nIntroduced by @mcthouacbb in Sirius\n(https://github.com/mcthouacbb/Sirius) chess engine. The Major Piece\nCorrection History is indexed by side-to-move and the Zobrist key\nrepresenting the position of the King, Rook, and Queen of both sides.\nLikewise, the Minor Piece Correction History is indexed by side-to-move\nand the Zobrist key representing the position of the King, Knight, and\nBishop of both sides.\n\nAlso See:\nhttps://github.com/mcthouacbb/Sirius/commit/97b85bbaac88ff5a0f63e28776027dd3de77164e\nhttps://github.com/mcthouacbb/Sirius/commit/3099cdef2f13e29805654b5f8153e6ecd5853195\n\nIntroduced by @zzzzz151 in Starzix (https://github.com/zzzzz151/Starzix)\nchess engine. Non-Pawn correction history consists of side-to-move, side\nof Zobrist key, and a Zobrist key representing of the position of all\nnon-pawn pieces of **one side**. The non-pawn correction values for both\nkey sides are then summed.\n\nAlso See:\nhttps://github.com/zzzzz151/Starzix/commit/34911772f178c27b3a239dda0acb79c397c3a2f0\nhttps://github.com/zzzzz151/Starzix/commit/33e0df8dd2db1d4775974ab12e3390154697f47a\n\nThe weights on the final correction value of the above correction\nhistories, as well as existing correction histories, are then tuned in\ntwo separate SPSA sessions, totaling 75k games.\n\nSPSA1:\nhttps://tests.stockfishchess.org/tests/view/66e5243886d5ee47d953a86b\n(Stopped early due to some weights reaching the maximum value)\n\nSPSA2:\nhttps://tests.stockfishchess.org/tests/view/66e6a26f86d5ee47d953a965\n\nAlso thanks to @martinnovaak, (Motor\nhttps://github.com/martinnovaak/motor author) for insights and\nsuggestions.\n\nPassed STC:\nLLR: 2.94 (-2.94,2.94) <0.00,2.00>\nTotal: 23328 W: 6197 L: 5901 D: 11230\nPtnml(0-2): 82, 2582, 6041, 2876, 83\nhttps://tests.stockfishchess.org/tests/view/66e8787b86d5ee47d953ab6f\n\nPassed LTC:\nLLR: 2.94 (-2.94,2.94) <0.50,2.50>\nTotal: 10626 W: 2826 L: 2560 D: 5240\nPtnml(0-2): 4, 1054, 2941, 1300, 14\nhttps://tests.stockfishchess.org/tests/view/66e8ab2386d5ee47d953aba8\n\ncloses https://github.com/official-stockfish/Stockfish/pull/5598\n\nBench: 1011161","shortMessageHtmlLink":"Introduce Various Correction histories"}},{"before":"2680c9c7992f6565e9a2f0acc52260af55e56b5a","after":null,"ref":"refs/tags/stockfish-dev-20240909-2680c9c7","pushedAt":"2024-09-10T21:04:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"}},{"before":"2680c9c7992f6565e9a2f0acc52260af55e56b5a","after":"f677aee28baedcab4d3110d0a5c414621ed805c4","ref":"refs/heads/master","pushedAt":"2024-09-10T21:04:02.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"Disservin","name":"disservin","path":"/Disservin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45608332?s=80&v=4"},"commit":{"message":"Fix net downloading script\n\nThe recent commit introduced a bug in the net downloading script that\nthe file is not downloaded correctly and the content is redirected to\nstdout.\n\ncloses https://github.com/official-stockfish/Stockfish/pull/5585\n\nNo functional change","shortMessageHtmlLink":"Fix net downloading script"}},{"before":"e0bfc4b69bbe928d6f474a46560bcc3b3f6709aa","after":"2680c9c7992f6565e9a2f0acc52260af55e56b5a","ref":"refs/heads/master","pushedAt":"2024-09-09T16:02:57.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"Disservin","name":"disservin","path":"/Disservin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45608332?s=80&v=4"},"commit":{"message":"Small speedup in incremental accumulator updates\n\nInstead of updating at most two accumulators, update all accumluators\nduring incremental updates. Tests have shown that this change yields a\nsmall speedup of at least 0.5%, and up to 1% with shorter TC.\n\nPassed STC:\nLLR: 2.93 (-2.94,2.94) <0.00,2.00>\nTotal: 54368 W: 14179 L: 13842 D: 26347\nPtnml(0-2): 173, 6122, 14262, 6449, 178\nhttps://tests.stockfishchess.org/tests/view/66db038a9de3e7f9b33d1ad9\n\nPassed 5+0.05:\nLLR: 2.98 (-2.94,2.94) <0.00,2.00>\nTotal: 55040 W: 14682 L: 14322 D: 26036\nPtnml(0-2): 303, 6364, 13856, 6664, 333\nhttps://tests.stockfishchess.org/tests/view/66dbc325dc53972b68218ba7\n\nPassed non-regression LTC:\nLLR: 2.95 (-2.94,2.94) <-1.75,0.25>\nTotal: 57390 W: 14555 L: 14376 D: 28459\nPtnml(0-2): 37, 5876, 16683, 6069, 30\nhttps://tests.stockfishchess.org/tests/view/66dbc30adc53972b68218ba5\n\ncloses https://github.com/official-stockfish/Stockfish/pull/5576\n\nNo functional change","shortMessageHtmlLink":"Small speedup in incremental accumulator updates"}},{"before":"e0bfc4b69bbe928d6f474a46560bcc3b3f6709aa","after":null,"ref":"refs/tags/stockfish-dev-20240906-e0bfc4b6","pushedAt":"2024-09-06T16:29:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"}},{"before":"38e0cc7b909796c1a71d9c07b636698b69420975","after":null,"ref":"refs/tags/stockfish-dev-20240903-38e0cc7b","pushedAt":"2024-09-06T16:14:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"}},{"before":"38e0cc7b909796c1a71d9c07b636698b69420975","after":"e0bfc4b69bbe928d6f474a46560bcc3b3f6709aa","ref":"refs/heads/master","pushedAt":"2024-09-06T16:14:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vondele","name":"Joost VandeVondele","path":"/vondele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4202567?s=80&v=4"},"commit":{"message":"Stockfish 17\n\nOfficial release version of Stockfish 17\n\nBench: 1484730\n\n---\n\nStockfish 17\n\nToday we have the pleasure to announce a new major release of Stockfish. As\nalways, you can freely download it at https://stockfishchess.org/download and\nuse it in the GUI of your choice.\n\nDon’t forget to join our Discord server[1] to get in touch with the community\nof developers and users of the project!\n\n*Quality of chess play*\n\nIn tests against Stockfish 16, this release brings an Elo gain of up to 46\npoints[2] and wins up to 4.5 times more game pairs[3] than it loses. In\npractice, high-quality moves are now found in less time, with a user upgrading\nfrom Stockfish 14 being able to analyze games at least 6 times[4] faster with\nStockfish 17 while maintaining roughly the same quality.\n\nDuring this development period, Stockfish won its 9th consecutive first place\nin the main league of the Top Chess Engine Championship (TCEC)[5], and the 24th\nconsecutive first place in the main events (bullet, blitz, and rapid) of the\nComputer Chess Championship (CCC)[6].\n\n*Update highlights*\n\n*Improved engine lines*\n\nThis release introduces principal variations (PVs) that are more informative\nfor mate and decisive table base (TB) scores. In both cases, the PV will\ncontain all moves up to checkmate. For mate scores, the PV shown is the best\nvariation known to the engine at that point, while for table base wins, it\nfollows, based on the TB, a sequence of moves that preserves the game outcome\nto checkmate.\n\n*NUMA performance optimization*\n\nFor high-end computers with multiple CPUs (typically a dual-socket architecture\nwith 100+ cores), this release automatically improves performance with a\n`NumaPolicy` setting that optimizes non-uniform memory access (NUMA). Although\ntypical consumer hardware will not benefit, speedups of up to 2.8x[7] have been\nmeasured.\n\n*Shoutouts*\n\n*ChessDB*\n\nDuring the past 1.5 years, hundreds of cores have been continuously running\nStockfish to grow a database of analyzed positions. This chess cloud\ndatabase[8] now contains well over 45 billion positions, providing excellent\ncoverage of all openings and commonly played lines. This database is already\nintegrated into GUIs such as En Croissant[9] and Nibbler[10], which access it\nthrough the public API.\n\n*Leela Chess Zero*\n\nGenerally considered to be the strongest GPU engine, it continues to provide\nopen data which is essential for training our NNUE networks. They released\nversion 0.31.1[11] of their engine a few weeks ago, check it out!\n\n*Website redesign*\n\nOur website has undergone a redesign in recent months, most notably in our home\npage[12], now featuring a darker color scheme and a more modern aesthetic,\nwhile still maintaining its core identity. We hope you'll like it as much as we\ndo!\n\n*Thank you*\n\nThe Stockfish project builds on a thriving community of enthusiasts (thanks\neverybody!) who contribute their expertise, time, and resources to build a free\nand open-source chess engine that is robust, widely available, and very strong.\n\nWe would like to express our gratitude for the 11k stars[13] that light up our\nGitHub project! Thank you for your support and encouragement – your recognition\nmeans a lot to us.\n\nWe invite our chess fans to join the Fishtest testing framework[14] to\ncontribute compute resources needed for development. Programmers can contribute\nto the project either directly to Stockfish[15] (C++), to Fishtest[16] (HTML,\nCSS, JavaScript, and Python), to our trainer nnue-pytorch[17] (C++ and Python),\nor to our website[18] (HTML, CSS/SCSS, and JavaScript).\n\nThe Stockfish team\n\n[1] https://discord.gg/GWDRS3kU6R\n[2] https://tests.stockfishchess.org/tests/view/66d738ba9de3e7f9b33d159a\n[3] https://tests.stockfishchess.org/tests/view/66d738f39de3e7f9b33d15a0\n[4] https://github.com/official-stockfish/Stockfish/wiki/Useful-data#equivalent-time-odds-and-normalized-game-pair-elo\n[5] https://en.wikipedia.org/wiki/Stockfish_(chess)#Top_Chess_Engine_Championship\n[6] https://en.wikipedia.org/wiki/Stockfish_(chess)#Chess.com_Computer_Chess_Championship\n[7] https://github.com/official-stockfish/Stockfish/pull/5285\n[8] https://chessdb.cn/queryc_en/\n[9] https://encroissant.org/\n[10] https://github.com/rooklift/nibbler\n[11] https://github.com/LeelaChessZero/lc0/releases/tag/v0.31.1\n[12] https://stockfishchess.org/\n[13] https://github.com/official-stockfish/Stockfish/stargazers\n[14] https://github.com/official-stockfish/fishtest/wiki/Running-the-worker\n[15] https://github.com/official-stockfish/Stockfish\n[16] https://github.com/official-stockfish/fishtest\n[17] https://github.com/official-stockfish/nnue-pytorch\n[18] https://github.com/official-stockfish/stockfish-web","shortMessageHtmlLink":"Stockfish 17"}},{"before":"451044202a49fbbbe908b49fab323d70fab333e7","after":null,"ref":"refs/tags/stockfish-dev-20240828-45104420","pushedAt":"2024-09-03T15:56:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"}},{"before":"451044202a49fbbbe908b49fab323d70fab333e7","after":"38e0cc7b909796c1a71d9c07b636698b69420975","ref":"refs/heads/master","pushedAt":"2024-09-03T15:56:01.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"vondele","name":"Joost VandeVondele","path":"/vondele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4202567?s=80&v=4"},"commit":{"message":"Update Top CPU Contributors\n\nto the status as of Aug 31st 2024.\n\ncloses https://github.com/official-stockfish/Stockfish/pull/5561\n\nNo functional change","shortMessageHtmlLink":"Update Top CPU Contributors"}},{"before":"9fb58328e363d84e3cf720b018e639b139ba95c2","after":null,"ref":"refs/tags/stockfish-dev-20240820-9fb58328","pushedAt":"2024-08-28T07:39:40.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"}},{"before":"9fb58328e363d84e3cf720b018e639b139ba95c2","after":"451044202a49fbbbe908b49fab323d70fab333e7","ref":"refs/heads/master","pushedAt":"2024-08-28T07:39:21.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"vondele","name":"Joost VandeVondele","path":"/vondele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4202567?s=80&v=4"},"commit":{"message":"Simpler formula for ss->cutoffCnt update\n\ncloses https://github.com/official-stockfish/Stockfish/pull/5548\n\nNo functional change","shortMessageHtmlLink":"Simpler formula for ss->cutoffCnt update"}},{"before":"ae9e55cf530081afea34216b86b6eb5d9b2b5661","after":null,"ref":"refs/tags/stockfish-dev-20240803-ae9e55cf","pushedAt":"2024-08-20T19:43:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"}},{"before":"ae9e55cf530081afea34216b86b6eb5d9b2b5661","after":"9fb58328e363d84e3cf720b018e639b139ba95c2","ref":"refs/heads/master","pushedAt":"2024-08-20T19:42:41.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"vondele","name":"Joost VandeVondele","path":"/vondele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4202567?s=80&v=4"},"commit":{"message":"Tweak late move extensions\n\nAllow late move extensions only for PV and cut nodes.\n\nPassed STC:\nLLR: 2.95 (-2.94,2.94) <0.00,2.00>\nTotal: 44512 W: 11688 L: 11355 D: 21469\nPtnml(0-2): 167, 5180, 11229, 5513, 167\nhttps://tests.stockfishchess.org/tests/view/66c0509d4ff211be9d4ef10e\n\nPassed LTC:\nLLR: 2.94 (-2.94,2.94) <0.50,2.50>\nTotal: 152970 W: 39026 L: 38466 D: 75478\nPtnml(0-2): 102, 16792, 42164, 17298, 129\nhttps://tests.stockfishchess.org/tests/view/66c0994d21503a509c13b2b6\n\ncloses https://github.com/official-stockfish/Stockfish/pull/5541\n\nbench: 1484730","shortMessageHtmlLink":"Tweak late move extensions"}},{"before":"2343f71f3ff524e937f81b2922705081f8907980","after":null,"ref":"refs/tags/stockfish-dev-20240728-2343f71f","pushedAt":"2024-08-03T07:45:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"}},{"before":"2343f71f3ff524e937f81b2922705081f8907980","after":"ae9e55cf530081afea34216b86b6eb5d9b2b5661","ref":"refs/heads/master","pushedAt":"2024-08-03T07:45:09.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"vondele","name":"Joost VandeVondele","path":"/vondele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4202567?s=80&v=4"},"commit":{"message":"Simplify Cutnode Reduction\n\nPassed Non-regression STC:\nLR: 2.96 (-2.94,2.94) <-1.75,0.25>\nTotal: 143968 W: 37439 L: 37333 D: 69196\nPtnml(0-2): 521, 17228, 36456, 17182, 597\nhttps://tests.stockfishchess.org/tests/view/66a73f9f4ff211be9d4ed27f\n\nPassed Non-regression LTC:\nLLR: 2.94 (-2.94,2.94) <-1.75,0.25>\nTotal: 198954 W: 50384 L: 50345 D: 98225\nPtnml(0-2): 201, 22360, 54347, 22337, 232\nhttps://tests.stockfishchess.org/tests/view/66a906e94ff211be9d4ed423\n\ncloses https://github.com/official-stockfish/Stockfish/pull/5526\n\nbench 1277466","shortMessageHtmlLink":"Simplify Cutnode Reduction"}},{"before":"b55217fd02d8e5bc0754e5f27bc84df7b01479a6","after":null,"ref":"refs/tags/stockfish-dev-20240723-b55217fd","pushedAt":"2024-07-28T20:26:08.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"}},{"before":"b55217fd02d8e5bc0754e5f27bc84df7b01479a6","after":"2343f71f3ff524e937f81b2922705081f8907980","ref":"refs/heads/master","pushedAt":"2024-07-28T20:25:51.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"Disservin","name":"disservin","path":"/Disservin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45608332?s=80&v=4"},"commit":{"message":"Remove Killers\n\nThe removal of killers on line 1774 resulted in a substantial decrease\nin pre-LMR history average, so a negative history fill is applied to\ncounter it.\n\nPassed Non-regression STC (vs #5513):\nLLR: 2.95 (-2.94,2.94) <-1.75,0.25>\nTotal: 21984 W: 5886 L: 5645 D: 10453\nPtnml(0-2): 80, 2492, 5628, 2691, 101\nhttps://tests.stockfishchess.org/tests/view/66a095894ff211be9d4ecb9d\n\nPassed Non-regression LTC (vs #5513):\nLLR: 2.94 (-2.94,2.94) <-1.75,0.25>\nTotal: 95430 W: 24141 L: 23995 D: 47294\nPtnml(0-2): 97, 10537, 26298, 10689, 94\nhttps://tests.stockfishchess.org/tests/view/66a11c8d4ff211be9d4ecbf8\n\ncloses https://github.com/official-stockfish/Stockfish/pull/5517\n\nBench: 1660869","shortMessageHtmlLink":"Remove Killers"}},{"before":"836154acb5ba447a46196a64d6bbab5a5b31ea1b","after":null,"ref":"refs/tags/stockfish-dev-20240723-836154ac","pushedAt":"2024-07-23T17:36:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"}},{"before":"836154acb5ba447a46196a64d6bbab5a5b31ea1b","after":"b55217fd02d8e5bc0754e5f27bc84df7b01479a6","ref":"refs/heads/master","pushedAt":"2024-07-23T17:35:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vondele","name":"Joost VandeVondele","path":"/vondele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4202567?s=80&v=4"},"commit":{"message":"Update default main net to nn-31337bea577c.nnue\n\nCreated by updating output weights (256) and biases (8)\nof the previous main net with values found with spsa around\n101k / 120k games at 140+1.4.\n\n264 spsa params: output weights and biases in nn-e8bac1c07a5a.nnue\nA: 6000, alpha: 0.602, gamma: 0.101\nweights: [-127, 127], c_end = 6\nbiases: [-8192, 8192], c_end = 64\n\nAmong the 264 params, 189 weights and all 8 biases were changed.\n\nChanges in the weights:\n- mean: -0.111 +/- 3.57\n- range: [-8, 8]\n\nFound with the same method as:\nhttps://github.com/official-stockfish/Stockfish/pull/5459\n\nDue to the original name (nn-ea8c9128c325.nnue) being too similar\nto the previous main net (nn-e8bac1c07a5a.nnue) and creating confusion,\nit was renamed by making non-functional changes to the .nnue file\nthe same way as past nets with:\nhttps://github.com/linrock/nnue-namer\n\nTo verify that bench is the same and view the modified non-functional bytes:\n```\necho -e \"setoption name EvalFile value nn-ea8c9128c325.nnue\\nbench\" | ./stockfish\necho -e \"setoption name EvalFile value nn-31337bea577c.nnue\\nbench\" | ./stockfish\n\ncmp -l nn-ea8c9128c325.nnue nn-31337bea577c.nnue\n\ndiff <(xxd nn-ea8c9128c325.nnue) <(xxd nn-31337bea577c.nnue)\n```\n\nPassed STC:\nhttps://tests.stockfishchess.org/tests/view/669564154ff211be9d4ec080\nLLR: 2.93 (-2.94,2.94) <0.00,2.00>\nTotal: 57280 W: 15139 L: 14789 D: 27352\nPtnml(0-2): 209, 6685, 14522, 6995, 229\n\nPassed LTC:\nhttps://tests.stockfishchess.org/tests/view/669694204ff211be9d4ec1b4\nLLR: 2.94 (-2.94,2.94) <0.50,2.50>\nTotal: 63030 W: 16093 L: 15720 D: 31217\nPtnml(0-2): 47, 6766, 17516, 7139, 47\n\ncloses https://github.com/official-stockfish/Stockfish/pull/5509\n\nbench 1371485","shortMessageHtmlLink":"Update default main net to nn-31337bea577c.nnue"}},{"before":"a8401e803d37ec7dbf0650f4d79475214655477e","after":null,"ref":"refs/tags/stockfish-dev-20240719-a8401e80","pushedAt":"2024-07-23T17:25:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"}},{"before":"a8401e803d37ec7dbf0650f4d79475214655477e","after":"836154acb5ba447a46196a64d6bbab5a5b31ea1b","ref":"refs/heads/master","pushedAt":"2024-07-23T17:24:44.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"vondele","name":"Joost VandeVondele","path":"/vondele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4202567?s=80&v=4"},"commit":{"message":"Introduce pre-qsearch ttmove extensions at pv nodes\n\nThe idea is that we are about to dive into qsearch (next search depth is <= 0)\nbut since we have the move in transposition table we should extend that move\nand evaluate it with more precise search - because branch seems important.\n\nPassed STC:\nhttps://tests.stockfishchess.org/tests/view/6699d2564ff211be9d4ec488\nLLR: 2.93 (-2.94,2.94) <0.00,2.00>\nTotal: 83104 W: 21789 L: 21401 D: 39914\nPtnml(0-2): 293, 9748, 21128, 10044, 339\n\nPassed LTC:\nhttps://tests.stockfishchess.org/tests/view/669b3f1a4ff211be9d4ec602\nLLR: 2.94 (-2.94,2.94) <0.50,2.50>\nTotal: 136098 W: 34636 L: 34111 D: 67351\nPtnml(0-2): 105, 14882, 37550, 15407, 105\n\ncloses https://github.com/official-stockfish/Stockfish/pull/5512\n\nbench 1526129","shortMessageHtmlLink":"Introduce pre-qsearch ttmove extensions at pv nodes"}},{"before":"e443b2459e973c47dbf7e46104bf3bb02ffbb6f7","after":null,"ref":"refs/tags/stockfish-dev-20240715-e443b245","pushedAt":"2024-07-19T06:44:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"}},{"before":"e443b2459e973c47dbf7e46104bf3bb02ffbb6f7","after":"a8401e803d37ec7dbf0650f4d79475214655477e","ref":"refs/heads/master","pushedAt":"2024-07-19T06:43:47.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"vondele","name":"Joost VandeVondele","path":"/vondele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4202567?s=80&v=4"},"commit":{"message":"Adjust bonus to move that caused a fail low\n\nThis is an elo gainer and simultaneously a minor logical fix to bonuses that caused a fail low.\nIt increases maximum of statscore based subtraction - but disallows negative bonuses.\n\nPassed STC:\nhttps://tests.stockfishchess.org/tests/view/66955e6f4ff211be9d4ec063\nLLR: 2.94 (-2.94,2.94) <0.00,2.00>\nTotal: 44640 W: 11805 L: 11472 D: 21363\nPtnml(0-2): 166, 5178, 11335, 5439, 202\n\nPassed LTC:\nhttps://tests.stockfishchess.org/tests/view/66963fde4ff211be9d4ec190\nLLR: 2.95 (-2.94,2.94) <0.50,2.50>\nTotal: 72288 W: 18478 L: 18082 D: 35728\nPtnml(0-2): 50, 7919, 19825, 8285, 65\n\ncloses https://github.com/official-stockfish/Stockfish/pull/5494\n\nBench: 1477054","shortMessageHtmlLink":"Adjust bonus to move that caused a fail low"}},{"before":"8d1e41458e1fd12aaf42a13fcc0676ae487531f0","after":null,"ref":"refs/tags/stockfish-dev-20240711-8d1e4145","pushedAt":"2024-07-15T11:41:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"}},{"before":"8d1e41458e1fd12aaf42a13fcc0676ae487531f0","after":"e443b2459e973c47dbf7e46104bf3bb02ffbb6f7","ref":"refs/heads/master","pushedAt":"2024-07-15T11:40:44.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"vondele","name":"Joost VandeVondele","path":"/vondele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4202567?s=80&v=4"},"commit":{"message":"Separate eval params for smallnet and main net\n\nValues found with spsa around 80% of 120k games at 60+0.6:\nhttps://tests.stockfishchess.org/tests/view/669205dac6827afcdcee3ea4\n\nPassed STC:\nhttps://tests.stockfishchess.org/tests/view/6692928b4ff211be9d4e98a9\nLLR: 2.96 (-2.94,2.94) <0.00,2.00>\nTotal: 313696 W: 81107 L: 80382 D: 152207\nPtnml(0-2): 934, 36942, 80363, 37683, 926\n\nPassed LTC:\nhttps://tests.stockfishchess.org/tests/view/6692aab54ff211be9d4e9915\nLLR: 2.94 (-2.94,2.94) <0.50,2.50>\nTotal: 228420 W: 57903 L: 57190 D: 113327\nPtnml(0-2): 131, 25003, 63243, 25688, 145\n\ncloses https://github.com/official-stockfish/Stockfish/pull/5486\n\nbench 1319322","shortMessageHtmlLink":"Separate eval params for smallnet and main net"}},{"before":"362a77a3450335e1940020c080bf3b7b361c594a","after":null,"ref":"refs/tags/stockfish-dev-20240709-362a77a3","pushedAt":"2024-07-11T05:30:55.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"}},{"before":"362a77a3450335e1940020c080bf3b7b361c594a","after":"8d1e41458e1fd12aaf42a13fcc0676ae487531f0","ref":"refs/heads/master","pushedAt":"2024-07-11T05:30:38.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"vondele","name":"Joost VandeVondele","path":"/vondele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4202567?s=80&v=4"},"commit":{"message":"removed second killer move\n\nSTC with movepicker rewrite:\n\nLLR: 2.93 (-2.94,2.94) <-1.75,0.25>\nTotal: 46656 W: 12208 L: 11995 D: 22453\nPtnml(0-2): 203, 5461, 11777, 5694, 193\nhttps://tests.stockfishchess.org/tests/view/668d98a15034141ae5999e68\n\nEarlier version passed STC:\nLLR: 2.94 (-2.94,2.94) <0.00,2.00>\nTotal: 468896 W: 120999 L: 120054 D: 227843\nPtnml(0-2): 1207, 55209, 120639, 56218, 1175\nhttps://tests.stockfishchess.org/tests/view/668b17d2cf91c430fca58630\n\nEarlier version passed LTC:\nLLR: 2.94 (-2.94,2.94) <-1.75,0.25>\nTotal: 550524 W: 139553 L: 139877 D: 271094\nPtnml(0-2): 333, 61646, 151616, 61346, 321\nhttps://tests.stockfishchess.org/tests/view/668b2e04cf91c430fca586b1\n\ncloses https://github.com/official-stockfish/Stockfish/pull/5472\n\nbench 1234309\n\nCo-authored-by: rn5f107s2 ","shortMessageHtmlLink":"removed second killer move"}},{"before":"4d6e1225bd409c72a9b966c3008cf99a804c5026","after":null,"ref":"refs/tags/stockfish-dev-20240706-4d6e1225","pushedAt":"2024-07-09T16:58:08.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"}},{"before":"4d6e1225bd409c72a9b966c3008cf99a804c5026","after":"362a77a3450335e1940020c080bf3b7b361c594a","ref":"refs/heads/master","pushedAt":"2024-07-09T16:57:45.000Z","pushType":"push","commitsCount":14,"pusher":{"login":"vondele","name":"Joost VandeVondele","path":"/vondele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4202567?s=80&v=4"},"commit":{"message":"Move Loop Consistency in Probcut\n\nIn probcut move loop, everything is enclosed within a large if statement. I've\nchanged it to guard clauses to stay consistent with other move loops.\n\ncloses https://github.com/official-stockfish/Stockfish/pull/5463\n\nNo functional change","shortMessageHtmlLink":"Move Loop Consistency in Probcut"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xN1QxOTowNzo0MS4wMDAwMDBazwAAAAS45cUL","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNy0wOVQxNjo1Nzo0NS4wMDAwMDBazwAAAAR66aWG"}},"title":"Activity · official-stockfish/Stockfish"}