diff options
| author | tslil <tslil@posteo.de> | 2021-01-14 01:05:45 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | b75526290b97e26d3fc3bbefef79f50a7febfe7d (patch) | |
| tree | f862f8ad499b73fd56026b5414c5f2ca20300872 /src/pptdb.c | |
| parent | 718b116c05ef36215f6c6db79a4013f26a96b985 (diff) | |
Seems tolerable, but not great. Still wont win or lose ???
Diffstat (limited to 'src/pptdb.c')
| -rw-r--r-- | src/pptdb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pptdb.c b/src/pptdb.c index dbadfdf..345b995 100644 --- a/src/pptdb.c +++ b/src/pptdb.c @@ -105,9 +105,9 @@ parse_line(const char *pt, const ssize_t read) { } } // Generate training data, not too early in the game - if (generate && ply + 5 > total_plies) { + if (generate && ply + 7 > total_plies) { write_input(); - fprintf(training_fh,"%df\n", outcome_black); + fprintf(training_fh,"%d\n", outcome_black); } // Parse next action while (idx<read && pt[idx++]!=','); |
