From cfe5e03ba00d84bd98e95d5cbc92c5de27401b12 Mon Sep 17 00:00:00 2001 From: tslil Date: Wed, 13 Jan 2021 00:18:30 -0500 Subject: Trying various things to teach ti --- src/pptdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pptdb.c') 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); } -- cgit v1.3.1