mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 07:27:46 +00:00
Remove asymmThreshold stale comment
No functional change.
This commit is contained in:
committed by
Marco Costalba
parent
f7742669cb
commit
082fbf4264
+1
-4
@@ -1011,10 +1011,7 @@ void Position::undo_null_move() {
|
||||
|
||||
|
||||
/// Position::see() is a static exchange evaluator: It tries to estimate the
|
||||
/// material gain or loss resulting from a move. Parameter 'asymmThreshold' takes
|
||||
/// tempi into account. If the side who initiated the capturing sequence does the
|
||||
/// last capture, he loses a tempo and if the result is below 'asymmThreshold'
|
||||
/// the capturing sequence is considered bad.
|
||||
/// material gain or loss resulting from a move.
|
||||
|
||||
int Position::see_sign(Move m) const {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user