1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-01 01:03:09 +00:00
BadFish/src/nnue
Dubslow 442c40b43d Use NNUE complexity in search, retune related parameters
This builds on ideas of xoto10 and mstembera to use more output from NNUE in the search algorithm.

passed STC:
https://tests.stockfishchess.org/tests/view/62ae454fe7ee5525ef88a957
LLR: 2.95 (-2.94,2.94) <0.00,2.50>
Total: 89208 W: 24127 L: 23753 D: 41328
Ptnml(0-2): 400, 9886, 23642, 10292, 384

passed LTC:
https://tests.stockfishchess.org/tests/view/62acc6ddd89eb6cf1e0750a1
LLR: 2.93 (-2.94,2.94) <0.50,3.00>
Total: 56352 W: 15430 L: 15115 D: 25807
Ptnml(0-2): 44, 5501, 16782, 5794, 55

closes https://github.com/official-stockfish/Stockfish/pull/4088

bench 5332964
2022-06-20 08:30:57 +02:00
..
features Update copyright years 2022-01-06 15:45:45 +01:00
layers Update NNUE architecture to SFNNv5. Update network to nn-3c0aa92af1da.nnue. 2022-05-14 12:47:22 +02:00
evaluate_nnue.cpp Use NNUE complexity in search, retune related parameters 2022-06-20 08:30:57 +02:00
evaluate_nnue.h Update copyright years 2022-01-06 15:45:45 +01:00
nnue_accumulator.h Update copyright years 2022-01-06 15:45:45 +01:00
nnue_architecture.h Update NNUE architecture to SFNNv5. Update network to nn-3c0aa92af1da.nnue. 2022-05-14 12:47:22 +02:00
nnue_common.h Clean up and simplify some nnue code. 2022-02-25 08:37:57 +01:00
nnue_feature_transformer.h Assorted small cleanups 2022-05-29 18:42:48 +02:00