mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 16:53:09 +00:00
Remove asymmThreshold stale comment
No functional change.
This commit is contained in:
parent
f7742669cb
commit
082fbf4264
1 changed files with 1 additions and 4 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue