Skip to content

Commit

Permalink
Merge pull request #10 from DoormatIka/killer_heuristic
Browse files Browse the repository at this point in the history
Mass optimizations
  • Loading branch information
DoormatIka authored Feb 26, 2024
2 parents aff220c + 3256793 commit c4c693f
Show file tree
Hide file tree
Showing 9 changed files with 453 additions and 216 deletions.
52 changes: 7 additions & 45 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ chess = "3.2.0"
rand = "0.8.5"
vampirc-uci = "0.11.1"
mimalloc = "0.1.39"
serde_json = "1.0.113"
serde = { version = "1.0.197", features = ["derive"] }
nohash-hasher = "0.2.0"


[profile.release]
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ This is to be used for an upcoming game made by our group "twoleaflotus".
- BasicBot (Cirno)
- Alpha-beta Pruning
- Material Counting
- Piece-square tables
- History Heuristic
- MVV-LVA
- Killer Heuristic
- Piece-square tables for positioning
- UCI (`go depth x` only)

### Todo
Expand Down
Loading

0 comments on commit c4c693f

Please sign in to comment.