Skip to content

Commit e9f9d4a

Browse files
authored
Update README.md
1 parent 9522d00 commit e9f9d4a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@ The Engine searches with a Principal Variation Search inside a Negamax framework
3838

3939
**Move Ordering:**
4040
- PV Move
41-
- Transposition Table Ordering
4241
- Captures ordered by MVV/LVA (Most Valuable Victim/Least Valuable Attacker)
4342
- 2 Killer Moves
44-
- History Ordering
43+
- Quiet moves ordered by history heuristic
4544

4645
**Evaluation:**
4746
- Material
@@ -53,16 +52,17 @@ The Engine searches with a Principal Variation Search inside a Negamax framework
5352
- Tapered evaluation
5453

5554
**Planned Improvements (ordered by perceived feasibility):**
56-
- Polyglot Opening Book
5755
- Syzygy Tablebases
56+
- King Safety
5857
- Mobility
58+
- SEE (Static Exchange Evaluation)
5959

6060
**Other Possible Improvements (No particular order):**
6161
- IID (Internal Iterative Deepening)
62-
- Futility Pruning
63-
- SEE (Static Exchange Evaluation)
62+
- Countermove Tables
63+
- Singular Extensions
64+
- Probcut
6465
- Bitboards
65-
- King Safety
6666
- Aspiration Windows
6767

6868
None of the code I write is copyrighted or protected in any way, and you may make use of all that you wish. You do not have to credit me if you use any of the code I write, but it would be great if you did

0 commit comments

Comments
 (0)