From 5159a45573f9b9c52814047816c418c2c450fde5 Mon Sep 17 00:00:00 2001 From: tslil Date: Wed, 13 Jan 2021 01:20:11 -0500 Subject: Wider? --- 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 590ec2a..03bfd3a 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 + 15 > total_plies) { + if (generate && current_colour == C_BLACK && ply + 7 > total_plies) { write_input(); fprintf(training_fh,"%d\n", outcome_black); } -- cgit v1.3.1