Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NNUE #30

Merged
merged 69 commits into from
Apr 3, 2023
Merged

NNUE #30

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
49037e9
initial commit
crippa1337 Mar 18, 2023
cddf72c
initial commit
crippa1337 Mar 18, 2023
352d839
Merge branch 'nnue' of https://github.com/crippa1337/svart into nnue
crippa1337 Mar 18, 2023
f733eba
Update README.md
crippa1337 Mar 18, 2023
8d81af3
Remove banner.jpg
crippa1337 Mar 18, 2023
7675caf
initial commit
crippa1337 Mar 18, 2023
ef05f96
Merge branch 'nnue' of https://github.com/crippa1337/svart into nnue
crippa1337 Mar 18, 2023
a667d4b
okay we do it like this yes yes
crippa1337 Mar 18, 2023
e80d27e
Fixes `go depth' not being capped
crippa1337 Mar 19, 2023
f0b4418
initial commit
crippa1337 Mar 18, 2023
10ec0e9
okay we do it like this yes yes
crippa1337 Mar 18, 2023
54d9d7b
Merge branch 'nnue' of https://github.com/crippa1337/svart into nnue
crippa1337 Mar 19, 2023
b94a415
datagen shenanigans
crippa1337 Mar 19, 2023
8a48c09
update datagen script,tracking down this pesky bug
crippa1337 Mar 19, 2023
1cfae43
pesky pgn
crippa1337 Mar 20, 2023
526a4db
ptc
crippa1337 Mar 20, 2023
581d451
delete old files
crippa1337 Mar 21, 2023
8f77ddd
Update .gitignore
crippa1337 Mar 25, 2023
3c31803
uber patch
crippa1337 Mar 25, 2023
b6dd26a
first net
crippa1337 Mar 25, 2023
e6b3168
redundant casts
crippa1337 Mar 25, 2023
2ed2a4e
uho info
crippa1337 Mar 25, 2023
35ed928
PTM info
crippa1337 Mar 25, 2023
23ab45f
model
crippa1337 Mar 26, 2023
6b26d03
remove book
crippa1337 Mar 26, 2023
61af568
prefetch test
crippa1337 Mar 27, 2023
dc66af2
fix to MTB script
crippa1337 Mar 27, 2023
0f9ebb3
rename network file
crippa1337 Mar 27, 2023
d83c225
good prefetch
crippa1337 Mar 27, 2023
fe88dc7
bump version + reduce default tt size
crippa1337 Mar 27, 2023
065c6d5
update weights for a feature function
crippa1337 Mar 27, 2023
9121229
nomenclature
crippa1337 Mar 27, 2023
e3afada
better comments, nnue state and indexing
crippa1337 Mar 28, 2023
423a185
fix comments
crippa1337 Mar 29, 2023
ff611cb
more spacing in history code
crippa1337 Mar 29, 2023
4cc9fb6
add position.rs
crippa1337 Mar 29, 2023
4f17b1c
position struct
crippa1337 Mar 29, 2023
d50294f
even more nomanclature
crippa1337 Mar 29, 2023
fa9972f
hehe im gonna lose it
crippa1337 Mar 29, 2023
b0fe9bc
evaluation and tests
crippa1337 Mar 29, 2023
c3a8ac9
from_fen position
crippa1337 Mar 29, 2023
f091e7d
we're done !!!!
crippa1337 Mar 31, 2023
36088de
implement position
crippa1337 Mar 31, 2023
1c781ac
remove the useless mutable reference
crippa1337 Mar 31, 2023
90960f9
im losing it truetrue
crippa1337 Mar 31, 2023
9705dc6
tests
crippa1337 Mar 31, 2023
b368db8
move the refresh
crippa1337 Mar 31, 2023
5b89ea0
more tests
crippa1337 Mar 31, 2023
d9bfe01
FIX THSI AHHAHAHAH
crippa1337 Mar 31, 2023
faeb670
bump cozy_chess version
crippa1337 Mar 31, 2023
2e6ea38
uhhhh
crippa1337 Mar 31, 2023
c3e5dd8
fixed the tests
crippa1337 Mar 31, 2023
ecf560f
more fens in test
crippa1337 Mar 31, 2023
9106ce5
minor fixes
crippa1337 Apr 1, 2023
5e8e40e
datagen time
crippa1337 Apr 1, 2023
8dfbe79
more datagen and rustfmt
crippa1337 Apr 1, 2023
60adaaa
thread spawning
crippa1337 Apr 1, 2023
e720744
datagen done
crippa1337 Apr 2, 2023
85dcf9c
remove debug info
crippa1337 Apr 2, 2023
5bf31f2
fixy fixy
crippa1337 Apr 2, 2023
07330bd
fixed crash when exit mate
crippa1337 Apr 2, 2023
f6f557c
make the fix faster!
crippa1337 Apr 2, 2023
de2ee6a
clippy satisfier (me)
crippa1337 Apr 2, 2023
7900a64
net-0004
crippa1337 Apr 2, 2023
9c7f92f
update net history
crippa1337 Apr 2, 2023
75775d4
finalize NN release
crippa1337 Apr 2, 2023
fbded64
changelog
crippa1337 Apr 3, 2023
26bc6d5
README update
crippa1337 Apr 3, 2023
50b6956
Paranthesis (unsure if functional change)
crippa1337 Apr 3, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/target
/target
1 change: 1 addition & 0 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use_small_heuristics = "Max"
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,14 @@ Stats: W: 27.2% L: 21.8% D: 50.9% TF: 0
White advantage: 9.00 +/- 13.35
Elo difference: 18.84 +/- 13.35
```


# 3
### Introduction of NNUE (#30)
```
Score of svart3 vs svart2 after 512 rounds: 855 - 41 - 128 (0.90)
Ptnml: WW WD DD/WL LD LL
Distr: 357 110 35 10 0
Stats: W: 83.5% L: 4.0% D: 12.5% TF: 0
Elo difference: 376.85 +/- 28.65
```
Loading