You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Inanis has an official lichess account, where you can try to challenge the engin
39
39
## Algorithms
40
40
-**Board representation**: bitboards (a hybrid of make/undo scheme and storing data on stacks)
41
41
-**Move generator**: staged (hash move, captures, quiet moves), magic bitboards, precalculated arrays for knight and king
42
-
-**Move ordering**: hash move, good captures (SEE with support for x-ray attacks), killer table, special moves, history table (with random noise if Lazy SMP is enabled), bad captures
42
+
-**Move ordering**: hash move, good captures (SEE with support for x-ray attacks), killer table, special moves, history table (with random noise if lazy SMP is enabled), bad captures
0 commit comments