]> git.sesse.net Git - stockfish/blobdiff - src/misc.h
Do more aggressive pruning for some node types
[stockfish] / src / misc.h
index c17441306c1a5a621579233b25441342712e68e0..062b420a422befb2bd3192247bdbce1d26d9efb2 100644 (file)
@@ -141,7 +141,7 @@ private:
 
 /// sigmoid(t, x0, y0, C, P, Q) implements a sigmoid-like function using only integers,
 /// with the following properties:
-/// 
+///
 ///  -  sigmoid is centered in (x0, y0)
 ///  -  sigmoid has amplitude [-P/Q , P/Q] instead of [-1 , +1]
 ///  -  limit is (y0 - P/Q) when t tends to -infinity