Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mergener committed Sep 24, 2023
1 parent 6b2b447 commit cee5a44
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It currently supports [UCI](https://en.wikipedia.org/wiki/Universal_Chess_Interf
- Iterative deepening with Transposition Tables
- SEE + MVV-LVA ordering for captures
- Killer move heuristic
- Late Move Reductions
- Late move reductions
- History heuristic
- Null move pruning
- Futility pruning
Expand All @@ -25,6 +25,8 @@ It currently supports [UCI](https://en.wikipedia.org/wiki/Universal_Chess_Interf
- Static null move pruning
- Countermove heuristic
- SEE Pruning
- Razoring
- Internal iterative deepening

- Evaluation features
- Tapered eval
Expand All @@ -50,6 +52,8 @@ It currently supports [UCI](https://en.wikipedia.org/wiki/Universal_Chess_Interf

- `/lunatest` - Executable for unit tests.

- `/lunatuner` - Tuner application for evaluation parameters.

- `/ext` - External dependencies.

- `/scripts` - Useful scripts related to testing, datagen, tuning or any other required task.
Expand Down

0 comments on commit cee5a44

Please sign in to comment.