Skip to content

Commit 49d726d

Browse files
committed
Trigger benchmark workflow
1 parent f8c1b47 commit 49d726d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

moonfish/move_ordering.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,4 @@ def mvv_lva(board: Board, move: Move, phase: float) -> float:
125125
move_value += evaluate_capture(board, move, phase)
126126

127127
return -move_value if board.turn else move_value
128+

0 commit comments

Comments
 (0)