X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=01d2a387e3aefa2592ff476d824063d41e1f81f4;hp=3baa5bc25f40b4b4ecd81e11d5d4ed2335d885d0;hb=17ffc22279b33ef2015a76461e1e644909d43a10;hpb=4808d15a85c444c3c7071b4033aaa22e269b2d49 diff --git a/src/search.cpp b/src/search.cpp index 3baa5bc2..01d2a387 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -659,7 +659,7 @@ namespace { } } - // Step 9. Multi-Cut (skipped when in check) + // Step 9. ProbCut (skipped when in check) // If we have a very good capture (i.e. SEE > seeValues[captured_piece_type]) // and a reduced search returns a value much above beta, we can (almost) safely // prune the previous move.