Commit Graph
9 Commits
Author SHA1 Message Date
noobpwnftw d21424c8d3 test 2020-09-09 07:31:22 +08:00
Joost VandeVondeleandnodchip edbbc1a4df Remove some warnings 2020-09-07 09:20:47 +09:00
Joost VandeVondeleandnodchip 3bf418e63f Fix some uninitialized variables with gensfen
fixes valgrind errors as seen with:

```
setoption name Use NNUE value true
isready
gensfen depth 6 loop 10 use_draw_in_training_data_generation 1 eval_limit 32000 output_file_name training_data/training_data.bin use_raw_nnue_eval 0
quit
```

the latter script now runs without valgrind errors on linux
2020-09-07 09:01:17 +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