Skip to content

Commit

Permalink
version 5.0.0
Browse files Browse the repository at this point in the history
bench: 4142199
  • Loading branch information
MinusKelvin committed Sep 4, 2022
1 parent 07dfc19 commit c7a7149
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ The current minimum supported Rust version for the UCI binary is 1.57.0.
## Rating Lists

[CCRL 40/15][CCRL4040]:
- Frozenight 4.0: **2963**
- Frozenight 4.0: **2957**
- Frozenight 3.0: 2842
- Frozenight 2.1: 2683
- Frozenight 2.0: 2606

[CCRL Blitz][CCRL404]:
- Frozenight 4.0: **3003**
- Frozenight 4.0: **3004**
- Frozenight 3.0: 2893
- Frozenight 2.1: 2677
- Frozenight 1.0: 2448
Expand All @@ -34,9 +34,8 @@ The current minimum supported Rust version for the UCI binary is 1.57.0.
- This is based on game phase tuning in Koivisto done by Luecx
- Training data generated through self-play, originally starting with a random network
- Quiescense search
- SEE ordering & pruning
- SEE ordering & pruning with MVV-LVA for ties
- Check Evasions
- Late move pruning to prevent search explosion
- Check Extensions
- Late move reductions
- Late move pruning
Expand All @@ -46,7 +45,7 @@ The current minimum supported Rust version for the UCI binary is 1.57.0.
- Depth-preferred with aging
- Move ordering
- Hash move
- SEE captures, losing captures last
- SEE captures, losing captures last, with MVV-LVA for ties
- Killer heuristic (ordered near pawn captures pawn)
- Relative history heuristic (side-by-side piece-tosq and fromsq-tosq tables)
- Underpromotions last
Expand All @@ -71,4 +70,4 @@ Frozenight is dual-licensed under the [MIT License](LICENSE-MIT) and [Apache Lic
[chess programming wiki]: https://www.chessprogramming.org/Main_Page
[CCRL4040]: https://ccrl.chessdom.com/ccrl/4040/cgi/engine_details.cgi?print=Details&eng=Frozenight%204.0.0%2064-bit
[CCRL404]: https://ccrl.chessdom.com/ccrl/404/cgi/engine_details.cgi?print=Details&each_game=1&eng=Frozenight%204.0.0%2064-bit
[CCRLFRC]: https://ccrl.chessdom.com/ccrl/404FRC/cgi/engine_details.cgi?print=Details&each_game=1&eng=Frozenight%204.0.0
[CCRLFRC]: https://ccrl.chessdom.com/ccrl/404FRC/cgi/engine_details.cgi?print=Details&each_game=1&eng=Frozenight%204.0.0
2 changes: 1 addition & 1 deletion uci/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "frozenight-uci"
version = "5.0.0-dev"
version = "5.0.0"
edition = "2021"
rust-version = "1.57"
default-run = "frozenight-uci"
Expand Down

0 comments on commit c7a7149

Please sign in to comment.