Gather data

This commit is contained in:
mike
2026-01-10 01:40:42 +01:00
parent b698b9e8be
commit 7cd40c90be
3 changed files with 10 additions and 10 deletions

View File

@@ -42,7 +42,7 @@ public class Main {
public int seed = (int) (System.nanoTime() ^ System.currentTimeMillis());
public int pop = 18;
public int gens = 2000;
public String wordsPath = "nl_score_hints_v2.csv";
public String wordsPath = "nl_score_hints_v3.csv";
public double minSimplicity = 0; // 0 means no limit
public int threads = Math.max(1, Runtime.getRuntime().availableProcessors());
public int tries = threads;