Skip to content

Commit db76a96

Browse files
committed
Fix typo
1 parent 5f1ab73 commit db76a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Inanis has an official lichess account, where you can try to challenge the engin
3939
## Algorithms
4040
- **Board representation**: bitboards (a hybrid of make/undo scheme and storing data on stacks)
4141
- **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
4343
- **Search**: negamax, alpha-beta pruning, quiescence search, null-move pruning, static null move pruning, razoring, late move reduction, late move pruning, lazy SMP
4444
- **Cache**: transposition table, pawn hashtable
4545
- **Evaluation**: material, piece-square tables, pawn structure, mobility, king safety

0 commit comments

Comments
 (0)