{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":650018068,"defaultBranch":"master","name":"Stockfish","ownerLogin":"SahajG009","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-06-06T06:47:53.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/112311726?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1686034081.0390542","currentOid":""},"activityList":{"items":[{"before":"c53d2ec253557d8a679197becb7ba9a6aa393ecc","after":"b5e8169a85f6937d7d9d90612863fe5eec72d6ca","ref":"refs/heads/master","pushedAt":"2024-01-17T11:24:40.000Z","pushType":"push","commitsCount":43,"pusher":{"login":"SahajG009","name":"Sahaj Gupta","path":"/SahajG009","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112311726?s=80&v=4"},"commit":{"message":"Add ignoreRevsFile to CONTRIBUTING.md\n\ncloses https://github.com/official-stockfish/Stockfish/pull/4980\n\nNo functional change","shortMessageHtmlLink":"Add ignoreRevsFile to CONTRIBUTING.md"}},{"before":"08cdbca56fac98513481683a92eb1ecdc00d3f6e","after":"c53d2ec253557d8a679197becb7ba9a6aa393ecc","ref":"refs/heads/master","pushedAt":"2023-12-17T13:34:40.000Z","pushType":"push","commitsCount":13,"pusher":{"login":"SahajG009","name":"Sahaj Gupta","path":"/SahajG009","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112311726?s=80&v=4"},"commit":{"message":"Remove UCI_AnalyseMode Option\n\nSimplify away the useless option, as documented: \"An option handled by your GUI.\nThis currently doesn't do anything.\"\n\nThe option was originally added with the introduction of contempt\n(https://github.com/official-stockfish/Stockfish/commit/e9aeaad05266ca557a9496b5a17b4c5f82f0e946),\nbut it is now no longer used.\n\ncloses https://github.com/official-stockfish/Stockfish/pull/4918\n\nNo functional change","shortMessageHtmlLink":"Remove UCI_AnalyseMode Option"}},{"before":"7970236e9ea64796d5c7597cb1aedde737751f07","after":"08cdbca56fac98513481683a92eb1ecdc00d3f6e","ref":"refs/heads/master","pushedAt":"2023-12-02T11:48:44.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"SahajG009","name":"Sahaj Gupta","path":"/SahajG009","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112311726?s=80&v=4"},"commit":{"message":"Tweak return value in futility pruning\n\nIn futility pruning, return the average between eval and beta.\n\nPassed STC:\nhttps://tests.stockfishchess.org/tests/view/65680bb6136acbc5735521d7\nLLR: 2.93 (-2.94,2.94) <0.00,2.00>\nTotal: 15200 W: 3926 L: 3642 D: 7632\nPtnml(0-2): 36, 1699, 3867, 1941, 57\n\nPassed LTC:\nhttps://tests.stockfishchess.org/tests/view/656817fc136acbc573552304\nLLR: 2.94 (-2.94,2.94) <0.50,2.50>\nTotal: 200376 W: 49700 L: 49036 D: 101640\nPtnml(0-2): 110, 22584, 54137, 23246, 111\n\ncloses https://github.com/official-stockfish/Stockfish/pull/4897\n\nBench: 1403703","shortMessageHtmlLink":"Tweak return value in futility pruning"}},{"before":"442c294a07836e9e32ad8b3bad49a853cc6f47de","after":"7970236e9ea64796d5c7597cb1aedde737751f07","ref":"refs/heads/master","pushedAt":"2023-11-20T12:34:43.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"SahajG009","name":"Sahaj Gupta","path":"/SahajG009","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112311726?s=80&v=4"},"commit":{"message":"Fix undefined behavior in search.\n\nWe use following line to clamp the search depth in some range:\nDepth d = std::clamp(newDepth - r, 1, newDepth + 1);\n\nThrough negative extension its possible that the maximum value becomes smaller than the minimum value but then the behavior is undefined (see https://en.cppreference.com/w/cpp/algorithm/clamp). So replace this line with a safe implementation.\n\nRemark:\nWe have in recent master already one line where up to 3 negative extensions are possible which could trigger this undefined behavior but this can only be happen for completed depth > 24 so its not discovered by our default bench. Recent negative extension tests by @fauzi shows then this undefined behavior with wrong bench numbers.\n\ncloses https://github.com/official-stockfish/Stockfish/pull/4877\n\nNo functional change","shortMessageHtmlLink":"Fix undefined behavior in search."}},{"before":"0024133b08777b578c1036eb1e4a36343b7fa1bb","after":"442c294a07836e9e32ad8b3bad49a853cc6f47de","ref":"refs/heads/master","pushedAt":"2023-11-07T06:55:43.000Z","pushType":"push","commitsCount":15,"pusher":{"login":"SahajG009","name":"Sahaj Gupta","path":"/SahajG009","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112311726?s=80&v=4"},"commit":{"message":"Use stat_malus when decreasing stats\n\nThis patch applies stat_bonus when increasing and stat_malus when decreasing stats.\n\nPassed STC:\nLLR: 2.93 (-2.94,2.94) <0.00,2.00>\nTotal: 133792 W: 34221 L: 33758 D: 65813\nPtnml(0-2): 477, 15764, 33959, 16211, 485\nhttps://tests.stockfishchess.org/tests/view/654699f3136acbc5735256b2\n\nPassed LTC:\nLLR: 2.95 (-2.94,2.94) <0.50,2.50>\nTotal: 67374 W: 16912 L: 16523 D: 33939\nPtnml(0-2): 42, 7528, 18171, 7891, 55\nhttps://tests.stockfishchess.org/tests/view/65474558136acbc5735263ab\n\ncloses https://github.com/official-stockfish/Stockfish/pull/4864\n\nbench: 1114417","shortMessageHtmlLink":"Use stat_malus when decreasing stats"}},{"before":"54ad986768eec524aeab721713ea2009931b51b3","after":"0024133b08777b578c1036eb1e4a36343b7fa1bb","ref":"refs/heads/master","pushedAt":"2023-10-25T14:52:28.000Z","pushType":"push","commitsCount":160,"pusher":{"login":"SahajG009","name":"Sahaj Gupta","path":"/SahajG009","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112311726?s=80&v=4"},"commit":{"message":"Update 5 search params for pruning at shallow depth\n\nFound by spsa tuning at 45+0.45 with:\n\n```\nint fpcEvalOffset = 188;\nint fpcLmrDepthMult = 206;\nint histDepthMult = -3232;\nint histDenom = 5793;\nint fpEvalOffset = 115;\nint negSeeDepthMultSq = -27;\nTUNE(SetRange(0, 394), fpcEvalOffset);\nTUNE(SetRange(0, 412), fpcLmrDepthMult);\nTUNE(SetRange(-6464, -1616), histDepthMult);\nTUNE(SetRange(2896, 11586), histDenom);\nTUNE(SetRange(0, 230), fpEvalOffset);\nTUNE(SetRange(-54, 0), negSeeDepthMultSq);\n```\n\nPassed STC:\nhttps://tests.stockfishchess.org/tests/view/6535551de746e058e6c0165d\nLLR: 2.98 (-2.94,2.94) <0.00,2.00>\nTotal: 109056 W: 28025 L: 27599 D: 53432\nPtnml(0-2): 357, 12669, 28038, 13119, 345\n\nPassed LTC:\nhttps://tests.stockfishchess.org/tests/view/65364c6ff127f3553505175d\nLLR: 2.94 (-2.94,2.94) <0.50,2.50>\nTotal: 61290 W: 15316 L: 14941 D: 31033\nPtnml(0-2): 34, 6849, 16498, 7236, 28\n\ncloses https://github.com/official-stockfish/Stockfish/pull/4847\n\nbench 1167412","shortMessageHtmlLink":"Update 5 search params for pruning at shallow depth"}},{"before":"8dea070538dcad790de3c5b9720bdbb836a32440","after":"54ad986768eec524aeab721713ea2009931b51b3","ref":"refs/heads/master","pushedAt":"2023-06-11T03:09:49.470Z","pushType":"push","commitsCount":4,"pusher":{"login":"SahajG009","name":"Sahaj Gupta","path":"/SahajG009","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112311726?s=80&v=4"},"commit":{"message":"Remove optimism multiplier in nnue eval calculation\n\nThe same formula had passed SPRT against an earlier version of master.\n\nPassed non-regression STC vs. d99942f:\nhttps://tests.stockfishchess.org/tests/view/6478e76654dd118e1d98f72e\nLLR: 2.94 (-2.94,2.94) <-1.75,0.25>\nTotal: 118720 W: 31402 L: 31277 D: 56041\nPtnml(0-2): 301, 13148, 32344, 13259, 308\n\nPassed non-regression LTC vs. d99942f:\nhttps://tests.stockfishchess.org/tests/view/647a22c154dd118e1d991146\nLLR: 2.94 (-2.94,2.94) <-1.75,0.25>\nTotal: 74286 W: 20019 L: 19863 D: 34404\nPtnml(0-2): 31, 7189, 22540, 7359, 24\n\nThe earlier patch had conflicted with a faster SPRT passer, so this\nwas tested again after rebasing on latest master.\n\nPassed non-regression STC:\nhttps://tests.stockfishchess.org/tests/view/647d6e46726f6b400e408790\nLLR: 2.94 (-2.94,2.94) <-1.75,0.25>\nTotal: 166176 W: 44309 L: 44234 D: 77633\nPtnml(0-2): 461, 18252, 45557, 18387, 431\n\nPassed non-regression LTC:\nhttps://tests.stockfishchess.org/tests/view/647eb00ba268d1bc11255e7b\nLLR: 2.95 (-2.94,2.94) <-1.75,0.25>\nTotal: 28170 W: 7713 L: 7513 D: 12944\nPtnml(0-2): 14, 2609, 8635, 2817, 10\n\ncloses https://github.com/official-stockfish/Stockfish/pull/4607\n\nbench 2503095","shortMessageHtmlLink":"Remove optimism multiplier in nnue eval calculation"}},{"before":"8dea070538dcad790de3c5b9720bdbb836a32440","after":"54ad986768eec524aeab721713ea2009931b51b3","ref":"refs/heads/master","pushedAt":"2023-06-11T03:09:49.423Z","pushType":"push","commitsCount":4,"pusher":{"login":"SahajG009","name":"Sahaj Gupta","path":"/SahajG009","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112311726?s=80&v=4"},"commit":{"message":"Remove optimism multiplier in nnue eval calculation\n\nThe same formula had passed SPRT against an earlier version of master.\n\nPassed non-regression STC vs. d99942f:\nhttps://tests.stockfishchess.org/tests/view/6478e76654dd118e1d98f72e\nLLR: 2.94 (-2.94,2.94) <-1.75,0.25>\nTotal: 118720 W: 31402 L: 31277 D: 56041\nPtnml(0-2): 301, 13148, 32344, 13259, 308\n\nPassed non-regression LTC vs. d99942f:\nhttps://tests.stockfishchess.org/tests/view/647a22c154dd118e1d991146\nLLR: 2.94 (-2.94,2.94) <-1.75,0.25>\nTotal: 74286 W: 20019 L: 19863 D: 34404\nPtnml(0-2): 31, 7189, 22540, 7359, 24\n\nThe earlier patch had conflicted with a faster SPRT passer, so this\nwas tested again after rebasing on latest master.\n\nPassed non-regression STC:\nhttps://tests.stockfishchess.org/tests/view/647d6e46726f6b400e408790\nLLR: 2.94 (-2.94,2.94) <-1.75,0.25>\nTotal: 166176 W: 44309 L: 44234 D: 77633\nPtnml(0-2): 461, 18252, 45557, 18387, 431\n\nPassed non-regression LTC:\nhttps://tests.stockfishchess.org/tests/view/647eb00ba268d1bc11255e7b\nLLR: 2.95 (-2.94,2.94) <-1.75,0.25>\nTotal: 28170 W: 7713 L: 7513 D: 12944\nPtnml(0-2): 14, 2609, 8635, 2817, 10\n\ncloses https://github.com/official-stockfish/Stockfish/pull/4607\n\nbench 2503095","shortMessageHtmlLink":"Remove optimism multiplier in nnue eval calculation"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD4e7iOQA","startCursor":null,"endCursor":null}},"title":"Activity ยท SahajG009/Stockfish"}