tttak
|
03b43079eb
|
Merge branch 'nodchip_master' into wdl_20200824
|
2020-08-28 09:16:07 +09:00 |
|
nodchip
|
763e72cc9f
|
Changed the default value of use_raw_nnue_eval. Updated a source code comment.
|
2020-08-27 23:49:58 +09:00 |
|
nodchip
|
9fc3ff4c30
|
Added use_raw_nnue_eval option to return raw NNUE eval value in evaluate().
|
2020-08-27 23:48:28 +09:00 |
|
tttak
|
4ce30d9522
|
Use winning_percentage_wdl in learn
|
2020-08-24 22:56:08 +09:00 |
|
nodchip
|
7ee8a2bbb7
|
Merge branch 'master' of github.com:nodchip/Stockfish
|
2020-08-22 12:19:46 +09:00 |
|
nodchip
|
87633b876c
|
Added an option to convert teacher signals to winning probabilities.
|
2020-08-22 12:19:29 +09:00 |
|
tttak
|
f057aec4a9
|
Merge remote-tracking branch 'nodchip/master' into convert_bin_from_pgn-extract_20200819
|
2020-08-21 22:49:11 +09:00 |
|
nodchip
|
11752d4e63
|
Added options to scale the scores in training data. #71
|
2020-08-21 21:16:55 +09:00 |
|
tttak
|
aaa73b2569
|
modify convert_bin_from_pgn-extract
|
2020-08-19 22:47:22 +09:00 |
|
nodchip
|
2646080543
|
Merge branch 'master' of github.com:nodchip/Stockfish
|
2020-08-15 11:58:05 +09:00 |
|
nodchip
|
79654ac509
|
Added winning_probability_coefficient option to specify the coefficient to calculate the winning probability from a value. #71
|
2020-08-15 11:57:08 +09:00 |
|
tttak
|
69a95e431b
|
update convert_bin
learn convert_bin in.txt output_file_name out.bin check_invalid_fen 1 check_illegal_move 1
convert in.txt ... done 16 parsed 3 is filtered (invalid fen:1, illegal move:2, invalid ply:0)
|
2020-08-15 00:27:52 +09:00 |
|
nodchip
|
35f04aaf24
|
Removed an unnecessary call for pos.is_draw().
|
2020-08-10 19:42:39 +09:00 |
|
nodchip
|
c420b327bf
|
Added output messages.
|
2020-08-10 16:23:04 +09:00 |
|
nodchip
|
8c0429d1e5
|
Added detect_draw_by_insufficient_mating_material option.
|
2020-08-10 16:14:56 +09:00 |
|
nodchip
|
84070c02e6
|
Renamed use_game_draw_adjudication to detect_draw_by_consecutive_low_score.
|
2020-08-10 16:02:18 +09:00 |
|
nodchip
|
5467ba3c23
|
Renamed use_hash_in_training to skip_duplicated_positions_in_training.
|
2020-08-10 15:58:17 +09:00 |
|
nodchip
|
87c50c5cbc
|
Renamed use_draw_in_validation to use_draw_games_in_validation.
Added comments.
|
2020-08-10 15:55:34 +09:00 |
|
nodchip
|
fa5b2aec3a
|
Renamed use_draw_in_training to use_draw_games_in_training.
|
2020-08-10 15:51:23 +09:00 |
|
nodchip
|
a41cbb9ca9
|
Renamed use_draw_in_training_data_generation option to write_out_draw_game_in_training_data_generation.
|
2020-08-10 15:49:24 +09:00 |
|
nodchip
|
3bd3ef0aea
|
Implemented the code to detect draw by insufficient mating material.
|
2020-08-10 15:47:11 +09:00 |
|
nodchip
|
4a87d7b787
|
Added the use_game_draw_adjudication option.
|
2020-08-10 15:44:58 +09:00 |
|
nodchip
|
12c6c2f550
|
Chagned to use the search value instead of the value of the PV leaf to avoid crash by assertion.
|
2020-08-10 13:07:22 +09:00 |
|
nodchip
|
bac96aa04a
|
Changed to use TB in the training data generator. #67
|
2020-08-10 12:17:26 +09:00 |
|
nodchip
|
643be3c6f9
|
Changed not to use std::random_device(). Because it always returns the same integers on MingW. #68
|
2020-08-10 10:45:03 +09:00 |
|
tttak
|
31d4f46f5e
|
update convert_bin
learn convert_bin in.txt output_file_name out.bin check_illegal_move 1
convert in.txt ... done 16 parsed 4 is filtered (illegal fen:1, illegal move:2, illegal ply:1)
|
2020-08-10 09:53:52 +09:00 |
|
nodchip
|
4f94f29f39
|
Revert "Fixed a bug that the training data generation crashes if eval_limit is high."
This reverts commit b0d28ac3ab.
|
2020-08-08 18:38:02 +09:00 |
|
nodchip
|
9a0b20d3fc
|
Changed to show if NNUE is used in the training data generator.
|
2020-08-08 18:24:09 +09:00 |
|
nodchip
|
b0d28ac3ab
|
Fixed a bug that the training data generation crashes if eval_limit is high.
|
2020-08-08 18:23:11 +09:00 |
|
nodchip
|
70d88364fe
|
Fixed a bug that the training data generation crashes.
|
2020-08-08 18:22:29 +09:00 |
|
nodchip
|
55a6b2bdc4
|
Merge branch 'master' of github.com:official-stockfish/Stockfish into nnue-player-merge
# Conflicts:
# README.md
# Readme.md
# src/Makefile
# src/evaluate.cpp
# src/evaluate.h
# src/misc.cpp
# src/nnue/architectures/halfkp_256x2-32-32.h
# src/nnue/evaluate_nnue.cpp
# src/nnue/evaluate_nnue.h
# src/nnue/features/feature_set.h
# src/nnue/features/features_common.h
# src/nnue/features/half_kp.cpp
# src/nnue/features/half_kp.h
# src/nnue/features/index_list.h
# src/nnue/layers/affine_transform.h
# src/nnue/layers/clipped_relu.h
# src/nnue/layers/input_slice.h
# src/nnue/nnue_accumulator.h
# src/nnue/nnue_architecture.h
# src/nnue/nnue_common.h
# src/nnue/nnue_feature_transformer.h
# src/position.cpp
# src/position.h
# src/types.h
# src/ucioption.cpp
# stockfish.md
|
2020-08-08 15:55:42 +09:00 |
|
nodchip
|
bf7d02578e
|
Fixed build errors.
|
2020-08-07 22:47:45 +09:00 |
|
nodchip
|
686a5a0df9
|
Fixed a bug that gensfen command does not accept the use_draw_in_training_data_generation option.
|
2020-07-13 22:25:23 +09:00 |
|
tttak
|
a06234c639
|
enable convert_plain
learn convert_plain output_file_name xxx.txt xxx.bin
|
2020-07-09 09:51:00 +09:00 |
|
joergoster
|
a5af8510a5
|
Rework loading the net.
|
2020-07-07 15:13:59 +09:00 |
|
nodchip
|
288fdc5597
|
Added "nodes" option to the "gensfen" command to specify the number of the nodes to be searched.
|
2020-07-06 17:38:43 +09:00 |
|
nodchip
|
85c802d0b9
|
Revert "use winning_percentage_wdl in learn"
This reverts commit c964e902c5.
# Conflicts:
# src/uci.cpp
|
2020-07-06 11:07:46 +09:00 |
|
tttak
|
c964e902c5
|
use winning_percentage_wdl in learn
|
2020-07-03 23:21:49 +09:00 |
|
nodchip
|
c8262f8aec
|
Fixed a compile error.
|
2020-06-30 15:58:51 +09:00 |
|
tttak
|
486f72af54
|
バグ修正(learn convert_bin_from_pgn-extract)
|
2020-06-30 14:01:04 +09:00 |
|
tttak
|
fda3945c07
|
learn convert_bin_from_pgn-extractコマンドを追加
http://rebel13.nl/download/data.html
Download Selected Lichess games
pgn-extract --fencomments -Wlalg --nochecks --nomovenumbers --noresults -w500000 -N -V -o comp-2019-06.txt comp-2019-06.pgn
stockfish.exe
learn convert_bin_from_pgn-extract pgn_eval_side_to_move 0 output_file_name fens_comp-2019-06.bin comp-2019-06.txt
https://github.com/glinscott/fishtest/wiki/PGN-files-of-games-played-on-fishtest
pgn-extract --fencomments -Wlalg --nochecks --nomovenumbers --noresults -w500000 -N -V -o fishtest.txt fishtest.pgn
stockfish.exe
learn convert_bin_from_pgn-extract pgn_eval_side_to_move 1 output_file_name fens_fishtest.bin fishtest.txt
|
2020-06-30 14:01:04 +09:00 |
|
FireFather
|
f5cc77bc7c
|
EOL
add eol at eof
|
2020-06-29 08:27:41 +09:00 |
|
nodchip
|
123dd68452
|
Merge branch 'master' into master
|
2020-06-28 11:42:23 +09:00 |
|
nodchip
|
87c8b324f8
|
Simplified source code to estimate the winning ratio from an eval value.
We need to adjust the eta again after this commit is pushed.
|
2020-06-28 11:37:15 +09:00 |
|
FireFather
|
aea08de018
|
Translation
Files in /eval, /extra, & /learn - comments translated from Japanese to English
|
2020-06-28 03:12:55 +02:00 |
|
nodchip
|
cb8accada2
|
Merge branch 'master' of github.com:nodchip/Stockfish
|
2020-06-27 22:19:33 +09:00 |
|
nodchip
|
13eb540020
|
Changed the formula to calculate winning ratio to 1/(1+10^(-Eval/4)).
|
2020-06-27 22:19:22 +09:00 |
|
tttak
|
e229015127
|
learn convert_bin_from_pgn-extractコマンドを追加
http://rebel13.nl/download/data.html
Download Selected Lichess games
pgn-extract --fencomments -Wlalg --nochecks --nomovenumbers --noresults -w500000 -N -V -o comp-2019-06.txt comp-2019-06.pgn
stockfish.exe
setoption name SkipLoadingEval value true
isready
learn convert_bin_from_pgn-extract output_file_name fens_comp-2019-06.bin comp-2019-06.txt
|
2020-06-27 16:33:36 +09:00 |
|
nodchip
|
aa2dc962f5
|
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 |
|
rqs
|
0761d9504e
|
add convert_bin and option for draw positions
|
2020-06-27 13:17:54 +09:00 |
|