diff options
| author | tslil <tslil@posteo.de> | 2021-01-13 01:20:11 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 5159a45573f9b9c52814047816c418c2c450fde5 (patch) | |
| tree | 02e6e51d3c70cae70ff504377ad46aaea23db112 /src | |
| parent | cfe5e03ba00d84bd98e95d5cbc92c5de27401b12 (diff) | |
Wider?
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 590ec2a..03bfd3a 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 + 15 > total_plies) { + if (generate && current_colour == C_BLACK && ply + 7 > total_plies) { write_input(); fprintf(training_fh,"%d\n", outcome_black); } |
