aboutsummaryrefslogtreecommitdiff
path: root/src/pptdb.c
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2021-01-16 14:08:46 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commit50b9955b040005e489127a11cf9c1648438a6266 (patch)
tree1f46f71f6ac9870582f6ec7dd22c8cf4db550753 /src/pptdb.c
parent0983031d914d5fc391805bdb1034429c2be07383 (diff)
Went back up to 1986 weights
Diffstat (limited to 'src/pptdb.c')
-rw-r--r--src/pptdb.c2
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);
}