diff options
| author | tslil <tslil@posteo.de> | 2021-01-16 14:08:46 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 50b9955b040005e489127a11cf9c1648438a6266 (patch) | |
| tree | 1f46f71f6ac9870582f6ec7dd22c8cf4db550753 /src/pptdb.c | |
| parent | 0983031d914d5fc391805bdb1034429c2be07383 (diff) | |
Went back up to 1986 weights
Diffstat (limited to 'src/pptdb.c')
| -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 5358885..b1d91ce 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 && ply + 6 >= total_plies) { + if (generate && ply + 4 >= total_plies) { write_input(); fprintf(training_fh,"%d\n", outcome_black); } |
