This website requires JavaScript.
Explore
Help
Register
Sign In
jirayu_sri
/
stockfish
Watch
1
Star
0
Fork
0
mirror of
https://github.com/official-stockfish/Stockfish.git
synced
2026-07-23 21:27:14 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
13eb5400204fb2fea68ef0ca5875a668eabac339
stockfish
/
src
/
learn
T
History
nodchip
13eb540020
Changed the formula to calculate winning ratio to 1/(1+10^(-Eval/4)).
2020-06-27 22:19:22 +09:00
..
gensfen2019.cpp
Merged the training data generator and the machine learning logic from YaneuraOu.
2019-06-18 08:48:05 +09:00
half_float.h
Merged the training data generator and the machine learning logic from YaneuraOu.
2019-06-18 08:48:05 +09:00
learn.h
Added use_draw_in_training_data_generation option to write out draw games to the training data.
2020-06-27 14:00:12 +09:00
learner.cpp
Changed the formula to calculate winning ratio to 1/(1+10^(-Eval/4)).
2020-06-27 22:19:22 +09:00
learning_tools.cpp
Merged the training data generator and the machine learning logic from YaneuraOu.
2019-06-18 08:48:05 +09:00
learning_tools.h
Fixed compile errors when EVAL_LEARN or EVAL_NNUE are defined.
2019-06-18 20:28:50 +09:00
multi_think.cpp
Merged the training data generator and the machine learning logic from YaneuraOu.
2019-06-18 08:48:05 +09:00
multi_think.h
コンパイルエラーを修正した
2020-06-08 23:46:06 +09:00