mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 16:53:09 +00:00
Fix comments. Bench: 5109559.
This commit is contained in:
parent
03a9b3bd8d
commit
c769d4df84
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ MovePicker::MovePicker(const Position& p, Move ttm, Value th, const CapturePiece
|
|||
|
||||
/// score() assigns a numerical value to each move in a list, used for sorting.
|
||||
/// Captures are ordered by Most Valuable Victim (MVV), preferring captures
|
||||
/// near our home rank. Quiets are ordered using the histories.
|
||||
/// with a good history. Quiets are ordered using the histories.
|
||||
template<GenType Type>
|
||||
void MovePicker::score() {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue