X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=01d2a387e3aefa2592ff476d824063d41e1f81f4;hp=3baa5bc25f40b4b4ecd81e11d5d4ed2335d885d0;hb=62c0dc5dea4b3398afbf2bc015e91fdaedfdb81e;hpb=7bdb8c9c5c82629f50252151afd542316665c505 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.