Skip to content

Commit

Permalink
v5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgilchrist committed Dec 5, 2024
1 parent f954772 commit 4395005
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [5.0]

* Tune all evaluation parameters with https://github.com/GediminasMasaitis/texel-tuner (53.17 +- 16.76)
* Evaluate piece mobility (41.36 +- 13.82)
* Add a texel tuner in-repo and tune, resolving an issue where mobility scores were not computed correctly (28.53 +- 11.44)
Expand Down Expand Up @@ -221,7 +223,8 @@ Initial release with the following major features:
* Tapered midgame vs. endgame evaluation
* Incremental updates

[unreleased]: https://github.com/jgilchrist/chess-engine/compare/v4.1...HEAD
[unreleased]: https://github.com/jgilchrist/chess-engine/compare/v5.0...HEAD
[5.0]: https://github.com/jgilchrist/chess-engine/compare/v4.1..v5.0
[4.1]: https://github.com/jgilchrist/chess-engine/compare/v4.0..v4.1
[4.0]: https://github.com/jgilchrist/chess-engine/compare/v3.0..v4.0
[3.0]: https://github.com/jgilchrist/chess-engine/compare/v2.5..v3.0
Expand Down
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "engine"
version = "4.1.0"
version = "5.0.0"
edition = "2021"
rust-version = "1.83"

Expand Down

0 comments on commit 4395005

Please sign in to comment.