Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Bench: 2039493
  • Loading branch information
codedeliveryservice authored Mar 21, 2024
1 parent 372843e commit f3467ae
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ combines established concepts, as the name suggests.

- Fail-Soft Alpha-Beta
- Principle Variation Search
- Quiescence Search
- Iterative Deepening
- Aspiration Windows
- Transposition Table
- Quiescence Search
- Lockless Transposition Table
- Lazy SMP (Shared-Memory Parallel)

### Selectivity

Expand All @@ -46,7 +47,7 @@ combines established concepts, as the name suggests.

#### Reductions

- Late Move Reductions
- Fractional Late Move Reductions
- Internal Iterative Reductions

#### Extensions
Expand All @@ -58,7 +59,6 @@ combines established concepts, as the name suggests.
- Hash Move
- MVV-LVA
- Killer Move Heuristic
- Counter Move Heuristic
- History Heuristic
- Butterfly History
- Counter Move History
Expand All @@ -71,6 +71,7 @@ combines established concepts, as the name suggests.
- Activation Function: `SCReLU` (Squared Clipped Rectified Linear Unit)
- Quantization: `i16` (`256`/`64`)
- Trained on original data generated entirely through self-play
- Handwritten SIMD for AVX2 instructions

## Rating

Expand Down Expand Up @@ -145,11 +146,6 @@ Along with the standard UCI commands, Reckless supports additional commands for
[perft]: https://www.chessprogramming.org/Perft
[bench]: /src/tools/bench.rs

## Contributing

Contributions are welcome! If you encounter issues or have suggestions for improvements,
please open an issue or submit a pull request.

## Acknowledgements

- [OpenBench](https://github.com/AndyGrant/OpenBench) is the primary testing framework powered by [Cute Chess](https://github.com/cutechess/cutechess).
Expand Down

0 comments on commit f3467ae

Please sign in to comment.