Commit Graph
14 Commits
Author SHA1 Message Date
Tomasz Sobczykandnodchip 41b7674aee Improve comments, break long lines. 2020-09-08 20:07:30 +09:00
Tomasz Sobczykandnodchip 0202218f58 fix cast 2020-09-08 20:07:30 +09:00
Tomasz Sobczykandnodchip a0b2d6a01e Note a potential defect in sfen packer. 2020-09-08 20:07:30 +09:00
Tomasz Sobczykandnodchip 1482e5215a A second batch of code reorganization. 2020-09-08 20:07:30 +09:00
Tomasz Sobczykandnodchip 832c414b0d First batch of reorganization. 2020-09-08 20:07:30 +09:00
Tomasz Sobczykandnodchip e5f05fa2b9 Add a script to extract a contiguous range of entries from a .bin file. 2020-09-08 09:31:53 +09:00
Tomasz Sobczykandnodchip e638d66bbe Only add -s flag to the linker if debug=no 2020-09-08 09:10:58 +09:00
Tomasz Sobczykandnodchip e9e6e47a93 Fix write_out_draw_game_in_training_data_generation flag not being respected. 2020-09-06 22:00:51 +09:00
Tomasz Sobczykandnodchip 0612adec41 Fix incorrect early exit in evaluate_leaf. 2020-09-05 08:43:34 +09:00
Tomasz Sobczykandnodchip 327e92aefe Remove trailing whitespaces. 2020-09-03 19:22:52 +09:00
Tomasz Sobczykandnodchip 2688194d44 Fix #91 2020-09-03 19:22:03 +09:00
Tomasz Sobczykandnodchip 9d5dc3d33f Fix compilation issues. 2020-09-03 19:21:27 +09:00
Tomasz Sobczykandnodchip c17f2b15fd General cleanup of learner.cpp. 2020-09-02 23:08:22 +09:00
Tomasz SobczykandJoost VandeVondele 86ee4eb84d Use a trivially copyable struct for TBTables::Entry instead of a tuple.
fixes https://github.com/official-stockfish/Stockfish/issues/2673
which is a warning issued by recent gcc (10.1)

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

No functional change
2020-05-13 19:50:30 +02:00