diff options
| author | tslil <tslil@posteo.de> | 2021-01-13 11:09:13 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | b4a5a693bb51a8d3e6e35c75109b55d9fcf111a5 (patch) | |
| tree | bcf8b34a176fe000b76c4fe6be30974f51b5a668 /src | |
| parent | 5159a45573f9b9c52814047816c418c2c450fde5 (diff) | |
Weights?
Diffstat (limited to 'src')
| -rw-r--r-- | src/pptdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pptdb.c b/src/pptdb.c index 03bfd3a..266d846 100644 --- a/src/pptdb.c +++ b/src/pptdb.c @@ -105,7 +105,7 @@ parse_line(const char *pt, const ssize_t read) { } } // Generate training data, not too early in the game - if (generate && current_colour == C_BLACK && ply + 7 > total_plies) { + if (generate && current_colour == C_BLACK && ply + 5 > total_plies) { write_input(); fprintf(training_fh,"%d\n", outcome_black); } |
