-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Update default net to nn-8a08400ed089.nnue #3474
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
Closed
Closed
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
317fa44
Replace HalfKP with HalfKAv2
Sopel97 f5fcca9
512x2-16-32-1
Sopel97 e289b87
8 PSQT values per feature and 8 layer stacks.
Sopel97 ee0d9a8
no nnue adjust
Sopel97 593744e
no random eval
Sopel97 3525068
Add lazy eval by PSQT in the feature transformer.
Sopel97 a6a1a3f
SIMD ClippedReLU for 16 values
Sopel97 45f00f5
Don't do unnecessary work in the affine transform when input is a mul…
Sopel97 7e51d28
Remove low saturation path
Sopel97 59c6654
exp 56, run 1, epoch 279. Trained with https://github.com/Sopel97/nnu…
Sopel97 8b8eb2b
Test scaled Sopel net. Take 1. Bench: 3418901
vondele 9f03668
Adjust some search params. Bench: 3579067
vondele 2bae04c
Merge remote-tracking branch 'upstream/master' into exp_56_run1_epoch…
Sopel97 835faa9
post-merge fixes
Sopel97 ef1e7e0
Merge branch 'exp_56_run1_epoch279_2' into sopelScale
vondele c9d73b0
Test net. Exp=run305 (depth=all) Run=run_0 nn-epoch279.nnue nn-ac7637…
vondele 1e7465e
Use adds instead of add.
Sopel97 f1129c1
Merge branch 'master' into nettest2
vondele 5ed5277
Test net. run309/nnue-pytorch/exp/run_0/nn-epoch379.nnue nn-94da15e6d…
vondele 702295a
Test net. run309/nnue-pytorch/exp/run_0/nn-epoch359.nnue nn-8a08400ed…
vondele File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit:
pos.count<ALL_PIECES>()is probably faster on most machines thanpopcount(pos.pieces()).