diff options
| author | tslil <tslil@posteo.de> | 2021-01-13 00:18:30 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | cfe5e03ba00d84bd98e95d5cbc92c5de27401b12 (patch) | |
| tree | c8544bd60ac18e0c6c2111385a7ddd1ebf64b1cd /src | |
| parent | bea769b801893a6841902b91e06f495ef9622dc1 (diff) | |
Trying various things to teach ti
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 7d8026d..590ec2a 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 > total_plies - 5) { + if (generate && current_colour == C_BLACK && ply + 15 > total_plies) { write_input(); fprintf(training_fh,"%d\n", outcome_black); } |
