mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-18 16:16:23 +08:00
Enable per-square MVV/LVA
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -372,7 +372,7 @@ Move MovePicker::pick_move_from_list() {
|
|||||||
|
|
||||||
while (movesPicked < numOfMoves)
|
while (movesPicked < numOfMoves)
|
||||||
{
|
{
|
||||||
bestIndex = find_best_index();
|
bestIndex = find_best_index(&capSquares, capSqValues);
|
||||||
|
|
||||||
if (bestIndex != -1) // Found a good capture
|
if (bestIndex != -1) // Found a good capture
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user