{"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:1720281668.0","currentOid":""},"activityList":{"items":[{"before":"2cbc20e846e46da8bfc8e254a7703a0bfad3b850","after":null,"ref":"refs/tags/stockfish-dev-20240705-2cbc20e8","pushedAt":"2024-07-06T16:01:06.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":"2cbc20e846e46da8bfc8e254a7703a0bfad3b850","after":"4d6e1225bd409c72a9b966c3008cf99a804c5026","ref":"refs/heads/master","pushedAt":"2024-07-06T16:00:47.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"vondele","name":"Joost VandeVondele","path":"/vondele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4202567?s=80&v=4"},"commit":{"message":"Simplify ttPv reduction formula\n\nThis is a revert of 2046c92.\nThis patch is based on the fact that the ttPv reduction has proven non-linear scaling (as documented in the code, along with testing guidelines); however, the original patch had (erroneously) not been tested at VLTC or longer.\n\nSimplification STC: https://tests.stockfishchess.org/tests/view/6689266e59cb3228a4759b28\nLLR: 2.95 (-2.94,2.94) <-1.75,0.25>\nTotal: 100320 W: 25913 L: 25763 D: 48644\nPtnml(0-2): 270, 11842, 25750, 12064, 234\n\nSimplification LTC: https://tests.stockfishchess.org/tests/view/66893103e59d990b103f6ab3\nLLR: 2.94 (-2.94,2.94) <-1.75,0.25>\nTotal: 57078 W: 14466 L: 14282 D: 28330\nPtnml(0-2): 34, 6214, 15851, 6414, 26\n\ncloses https://github.com/official-stockfish/Stockfish/pull/5448\n\nBench: 1124658","shortMessageHtmlLink":"Simplify ttPv reduction formula"}},{"before":"ee6fc7e38b4aeef44862159215a56d97122f59a0","after":null,"ref":"refs/tags/stockfish-dev-20240703-ee6fc7e3","pushedAt":"2024-07-05T15:12:18.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":"ee6fc7e38b4aeef44862159215a56d97122f59a0","after":"2cbc20e846e46da8bfc8e254a7703a0bfad3b850","ref":"refs/heads/master","pushedAt":"2024-07-05T13:44:14.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":"Correct and extend PV lines with decisive TB score\n\nCurrently (after #5407), SF has the property that any PV line with a decisive\nTB score contains the corresponding TB position, with a score that correctly\nidentifies the depth at which TB are entered. The PV line that follows might\nnot preserve the game outcome, but can easily be verified and extended based on\nTB information. This patch provides this functionality, simply extending the PV\nlines on output, this doesn't affect search.\n\nIndeed, if DTZ tables are available, search based PV lines that correspond to\ndecisive TB scores are verified to preserve game outcome, truncating the line\nas needed. Subsequently, such PV lines are extended with a game outcome\npreserving line until mate, as a possible continuation. These lines are not\noptimal mating lines, but are similar to what a user could produce on a website\nlike https://syzygy-tables.info/ clicking always the top ranked move, i.e.\nminimizing or maximizing DTZ (with a simple tie-breaker for moves that have\nidentical DTZ), and are thus an just an illustration of how to game can be won.\n\nA similar approach is already in established in\nhttps://github.com/joergoster/Stockfish/tree/matefish2\n\nThis also contributes to addressing #5175 where SF can give an incorrect TB\nwin/loss for positions in TB with a movecounter that doesn't reflect optimal\nplay. While the full solution requires either TB generated differently, or a\nsearch when ranking rootmoves, current SF will eventually find a draw in these\ncases, in practice quite quickly, e.g.\n`1kq5/q2r4/5K2/8/8/8/8/7Q w - - 96 1`\n`8/8/6k1/3B4/3K4/4N3/8/8 w - - 54 106`\n\nGives the same results as master on an extended set of test positions from\nhttps://github.com/mcostalba/Stockfish/commit/9173d29c414ddb8f4bec74e4db3ccbe664c66bf9\nwith the exception of the above mentioned fen where this commit improves.\n\nWith https://github.com/vondele/matetrack using 6men TB, all generated PVs verify:\n```\nUsing ../Stockfish/src/stockfish.syzygyExtend on matetrack.epd with --nodes 1000000 --syzygyPath /chess/syzygy/3-4-5-6/WDL:/chess/syzygy/3-4-5-6/DTZ\nEngine ID: Stockfish dev-20240704-ff227954\nTotal FENs: 6555\nFound mates: 3299\nBest mates: 2582\nFound TB wins: 568\n```\n\nAs repeated DTZ probing could be slow a procedure (100ms+ on HDD, a few ms on\nSSD), the extension is only done as long as the time taken is less than half\nthe `Move Overhead` parameter. For tournaments where these lines might be of\ninterest to the user, a suitable `Move Overhead` might be needed (e.g. TCEC has\n1000ms already).\n\ncloses https://github.com/official-stockfish/Stockfish/pull/5414\n\nNo functional change","shortMessageHtmlLink":"Correct and extend PV lines with decisive TB score"}},{"before":"6138a0fd0e43753a86e4a170a5f6e2b7b6752677","after":null,"ref":"refs/tags/stockfish-dev-20240701-6138a0fd","pushedAt":"2024-07-03T11:46:33.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":"6138a0fd0e43753a86e4a170a5f6e2b7b6752677","after":"ee6fc7e38b4aeef44862159215a56d97122f59a0","ref":"refs/heads/master","pushedAt":"2024-07-03T11:46:08.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"vondele","name":"Joost VandeVondele","path":"/vondele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4202567?s=80&v=4"},"commit":{"message":"CI: limit artifact uploads\n\ndo not upload some unneeded intermediate directories,\ndisable running authenticated git commands with the checkout action.\n\nThanks to Yaron A for the report.\n\ncloses https://github.com/official-stockfish/Stockfish/pull/5435\n\nNo functional change","shortMessageHtmlLink":"CI: limit artifact uploads"}},{"before":"cc992e5e4a7110b21f85168bdedad7978edad140","after":null,"ref":"refs/tags/stockfish-dev-20240623-cc992e5e","pushedAt":"2024-07-01T18:07:33.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":"cc992e5e4a7110b21f85168bdedad7978edad140","after":"6138a0fd0e43753a86e4a170a5f6e2b7b6752677","ref":"refs/heads/master","pushedAt":"2024-07-01T18:07:13.000Z","pushType":"push","commitsCount":12,"pusher":{"login":"vondele","name":"Joost VandeVondele","path":"/vondele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4202567?s=80&v=4"},"commit":{"message":"Probcut in check no matter if pv or capture\n\nPassed STC: https://tests.stockfishchess.org/tests/view/6681e9c8c1657e386d294cef\nLLR: 2.93 (-2.94,2.94) <-1.75,0.25>\nTotal: 217824 W: 56149 L: 56129 D: 105546\nPtnml(0-2): 587, 25926, 55848, 25982, 569\n\nPassed LTC: https://tests.stockfishchess.org/tests/view/6681fcb8c1657e386d294db1\nLLR: 2.94 (-2.94,2.94) <-1.75,0.25>\nTotal: 357552 W: 90546 L: 90671 D: 176335\nPtnml(0-2): 207, 40064, 98362, 39933, 210\n\nEach half of this also passed STC+LTC separately\n\ncloses https://github.com/official-stockfish/Stockfish/pull/5427\n\nbench 1227870","shortMessageHtmlLink":"Probcut in check no matter if pv or capture"}},{"before":"2046c92ad461f5e852ba62a144b53c3d3fea04b0","after":null,"ref":"refs/tags/stockfish-dev-20240615-2046c92a","pushedAt":"2024-06-23T09:47:11.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":"2046c92ad461f5e852ba62a144b53c3d3fea04b0","after":"cc992e5e4a7110b21f85168bdedad7978edad140","ref":"refs/heads/master","pushedAt":"2024-06-23T09:46:56.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"vondele","name":"Joost VandeVondele","path":"/vondele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4202567?s=80&v=4"},"commit":{"message":"Internal iterative reductions: decrease depth more\n\nFor PV nodes without a ttMove, we decrease depth.\nBut in this patch, additionally, if the current position is found in the TT, and the stored depth in the TT is greater than or equal to\nthe current search depth, we decrease the search depth even further.\n\nPassed STC:\nLLR: 2.96 (-2.94,2.94) <0.00,2.00>\nTotal: 84384 W: 22154 L: 21761 D: 40469\nPtnml(0-2): 292, 9972, 21315, 10277, 336\nhttps://tests.stockfishchess.org/tests/view/666b0a4d602682471b064db6\n\nPassed LTC:\nLLR: 2.95 (-2.94,2.94) <0.50,2.50>\nTotal: 92106 W: 23471 L: 23032 D: 45603\nPtnml(0-2): 79, 10155, 25154, 10578, 87\nhttps://tests.stockfishchess.org/tests/view/666c423d602682471b064e56\n\ncloses https://github.com/official-stockfish/Stockfish/pull/5397\n\nbench: 1038234","shortMessageHtmlLink":"Internal iterative reductions: decrease depth more"}},{"before":"025da6a0d1f96c1743c0ea6b182487bc2f78082c","after":null,"ref":"refs/tags/stockfish-dev-20240612-025da6a0","pushedAt":"2024-06-15T10:14:49.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":"025da6a0d1f96c1743c0ea6b182487bc2f78082c","after":"2046c92ad461f5e852ba62a144b53c3d3fea04b0","ref":"refs/heads/master","pushedAt":"2024-06-15T10:14:32.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":"Tweak the reduction formula\n\nTweak the reduction formula if position is or has been on the PV\nTaking inspiration from an old Viren test.\n\nPassed STC:\nLLR: 2.94 (-2.94,2.94) <0.00,2.00>\nTotal: 78528 W: 20607 L: 20225 D: 37696\nPtnml(0-2): 262, 9297, 19785, 9637, 283\nhttps://tests.stockfishchess.org/tests/view/666339c70ff7cb4868d1fe24\n\nPassed LTC:\nLLR: 2.94 (-2.94,2.94) <0.50,2.50>\nTotal: 138630 W: 35666 L: 35132 D: 67832\nPtnml(0-2): 118, 15345, 37835, 15919, 98\nhttps://tests.stockfishchess.org/tests/view/66645dec0612cd151f9e77b0\n\ncloses https://github.com/official-stockfish/Stockfish/pull/5385\n\nBench: 1134281","shortMessageHtmlLink":"Tweak the reduction formula"}},{"before":"e271059e08c6258420af12897367ea2149220171","after":null,"ref":"refs/tags/stockfish-dev-20240608-e271059e","pushedAt":"2024-06-12T07:18:54.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":"e271059e08c6258420af12897367ea2149220171","after":"025da6a0d1f96c1743c0ea6b182487bc2f78082c","ref":"refs/heads/master","pushedAt":"2024-06-12T07:18:33.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":"Give positional output more weight in nnue eval\n\nThis effectively reverts the removal of delta in:\nhttps://github.com/official-stockfish/Stockfish/pull/5373\n\nPassed STC:\nhttps://tests.stockfishchess.org/tests/view/6664d41922234461cef58e6b\nLLR: 2.95 (-2.94,2.94) <0.00,2.00>\nTotal: 56448 W: 14849 L: 14500 D: 27099\nPtnml(0-2): 227, 6481, 14457, 6834, 225\n\nPassed LTC:\nhttps://tests.stockfishchess.org/tests/view/666587a1996b40829f4ee007\nLLR: 2.94 (-2.94,2.94) <0.50,2.50>\nTotal: 91686 W: 23402 L: 22963 D: 45321\nPtnml(0-2): 78, 10205, 24840, 10640, 80\n\ncloses https://github.com/official-stockfish/Stockfish/pull/5382\n\nbench 1160467","shortMessageHtmlLink":"Give positional output more weight in nnue eval"}},{"before":"5688b188cc8560e107815c83a7084220fddebdb9","after":null,"ref":"refs/tags/stockfish-dev-20240605-5688b188","pushedAt":"2024-06-08T21:44:30.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":"5688b188cc8560e107815c83a7084220fddebdb9","after":"e271059e08c6258420af12897367ea2149220171","ref":"refs/heads/master","pushedAt":"2024-06-08T21:44:12.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"Disservin","name":"disservin","path":"/Disservin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45608332?s=80&v=4"},"commit":{"message":"Make repeated bench runs identical\n\nfixes https://github.com/official-stockfish/Stockfish/issues/5376\ncloses https://github.com/official-stockfish/Stockfish/pull/5377\n\nNo functional changes","shortMessageHtmlLink":"Make repeated bench runs identical"}},{"before":"fb18caae7a7906a6c9a0579c43021221c663965a","after":null,"ref":"refs/tags/stockfish-dev-20240605-fb18caae","pushedAt":"2024-06-05T19:53:48.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":"fb18caae7a7906a6c9a0579c43021221c663965a","after":"5688b188cc8560e107815c83a7084220fddebdb9","ref":"refs/heads/master","pushedAt":"2024-06-05T19:50:39.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":"Simplify evaluation constants\n\nPassed STC (<0, 2> by accident):\nLLR: 2.95 (-2.94,2.94) <0.00,2.00>\nTotal: 346016 W: 89529 L: 88756 D: 167731\nPtnml(0-2): 1012, 41074, 88027, 41919, 976\nhttps://tests.stockfishchess.org/tests/view/6659d6ecf426908fcc6b6929\n\nPassed LTC:\nLLR: 2.96 (-2.94,2.94) <-1.75,0.25>\nTotal: 89862 W: 22887 L: 22734 D: 44241\nPtnml(0-2): 45, 9999, 24694, 10144, 49\nhttps://tests.stockfishchess.org/tests/view/665a6ebb062b2c3cf814fde8\n\nPassed LTC (Rebased):\nLLR: 2.94 (-2.94,2.94) <-1.75,0.25>\nTotal: 325500 W: 82734 L: 82826 D: 159940\nPtnml(0-2): 193, 36409, 89665, 36263, 220\nhttps://tests.stockfishchess.org/tests/view/665bd39f44e8416a9cdc1909\n\ncloses https://github.com/official-stockfish/Stockfish/pull/5361\n\nBench 961982","shortMessageHtmlLink":"Simplify evaluation constants"}},{"before":"4f53560d248195b172ac97d7c74e6bcfc65fe6fd","after":null,"ref":"refs/tags/stockfish-dev-20240604-4f53560d","pushedAt":"2024-06-05T19:44: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":"4f53560d248195b172ac97d7c74e6bcfc65fe6fd","after":"fb18caae7a7906a6c9a0579c43021221c663965a","ref":"refs/heads/master","pushedAt":"2024-06-05T19:44:34.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":"Update clang-format to version 18\n\nclang-format-18 is available in ubuntu noble(24.04), if you are on\na version lower than that you can use the update script from llvm.\nhttps://apt.llvm.org/\n\nWindows users should be able to download and use clang-format from\ntheir release builds https://github.com/llvm/llvm-project/releases\nor get the latest from msys2\nhttps://packages.msys2.org/package/mingw-w64-x86_64-clang.\n\nmacOS users can resort to \"brew install clang-format\".\n\ncloses https://github.com/official-stockfish/Stockfish/pull/5365\n\nNo functional change","shortMessageHtmlLink":"Update clang-format to version 18"}},{"before":"7f09d06b834a5aaedbc78c5161ba91a8d6761421","after":null,"ref":"refs/tags/stockfish-dev-20240604-7f09d06b","pushedAt":"2024-06-04T06:49: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":"7f09d06b834a5aaedbc78c5161ba91a8d6761421","after":"4f53560d248195b172ac97d7c74e6bcfc65fe6fd","ref":"refs/heads/master","pushedAt":"2024-06-04T06:37:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Disservin","name":"disservin","path":"/Disservin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45608332?s=80&v=4"},"commit":{"message":"Accumulate nodes over all bench positions not just the last\n\ncloses https://github.com/official-stockfish/Stockfish/pull/5352\n\nNo functional change","shortMessageHtmlLink":"Accumulate nodes over all bench positions not just the last"}},{"before":"ba06671aa9df5c0a3fa5f1fa2ce17ea4aa742b7a","after":null,"ref":"refs/tags/stockfish-dev-20240603-ba06671a","pushedAt":"2024-06-04T06:00: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":"ba06671aa9df5c0a3fa5f1fa2ce17ea4aa742b7a","after":"7f09d06b834a5aaedbc78c5161ba91a8d6761421","ref":"refs/heads/master","pushedAt":"2024-06-04T05:55:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Disservin","name":"disservin","path":"/Disservin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45608332?s=80&v=4"},"commit":{"message":"Properly initialize the TT in a multithreaded way again","shortMessageHtmlLink":"Properly initialize the TT in a multithreaded way again"}},{"before":"a2a7edf4c8fa145667135bf1bc7f4f67016f7608","after":null,"ref":"refs/tags/stockfish-dev-20240603-a2a7edf4","pushedAt":"2024-06-03T21:30:14.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":"a2a7edf4c8fa145667135bf1bc7f4f67016f7608","after":"ba06671aa9df5c0a3fa5f1fa2ce17ea4aa742b7a","ref":"refs/heads/master","pushedAt":"2024-06-03T21:29:54.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"Disservin","name":"disservin","path":"/Disservin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45608332?s=80&v=4"},"commit":{"message":"Normalize some variable names and reuse existing logic\n\ncloses https://github.com/official-stockfish/Stockfish/pull/5346\n\nNo functional change","shortMessageHtmlLink":"Normalize some variable names and reuse existing logic"}},{"before":"8aaae0367cfed7ae5da54d330b65d76d4b1b13ae","after":null,"ref":"refs/tags/stockfish-dev-20240602-8aaae036","pushedAt":"2024-06-03T06:56:37.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":"8aaae0367cfed7ae5da54d330b65d76d4b1b13ae","after":"a2a7edf4c8fa145667135bf1bc7f4f67016f7608","ref":"refs/heads/master","pushedAt":"2024-06-03T06:56: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":"Fix GetProcessGroupAffinity call\n\n`GetProcessGroupAffinity` appears to require 4 byte alignment for `GroupArray` memory.\n\nSee https://stackoverflow.com/q/78567676 for further information\n\ncloses https://github.com/official-stockfish/Stockfish/pull/5340\n\nNo functional change","shortMessageHtmlLink":"Fix GetProcessGroupAffinity call"}},{"before":"c17d73c554054db8cdc6eb39d667c1dca47d3818","after":null,"ref":"refs/tags/stockfish-dev-20240601-c17d73c5","pushedAt":"2024-06-02T07:30:24.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":"c17d73c554054db8cdc6eb39d667c1dca47d3818","after":"8aaae0367cfed7ae5da54d330b65d76d4b1b13ae","ref":"refs/heads/master","pushedAt":"2024-06-02T07:25:57.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":"Revert \"Adjust return bonus from tt cutoffs at fail highs\"\n\nThis reverts commit 783dfc2eb235236ff799618436d68d0c1a3f3807.\n\ncould lead to a division by zero for:\n\nttValue = (ttValue * tte->depth() + beta) / (tte->depth() + 1)\n\nas other threads can overwrite the tte with a QS depth of -1.\n\ncloses https://github.com/official-stockfish/Stockfish/pull/5338\n\nBench: 1280020","shortMessageHtmlLink":"Revert \"Adjust return bonus from tt cutoffs at fail highs\""}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEeHwvcgA","startCursor":null,"endCursor":null}},"title":"Activity ยท official-stockfish/Stockfish"}