mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-26 20:16:14 +08:00
Remove asymmThreshold stale comment
No functional change.
This commit is contained in:
committed by
Marco Costalba
parent
f7742669cb
commit
082fbf4264
@@ -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