introduce bitloops

This commit is contained in:
mike
2026-01-20 12:08:48 +01:00
parent 8780a26451
commit 58b8b57688
29 changed files with 136135 additions and 39251 deletions

View File

@@ -40,7 +40,7 @@ public class Main {
public int pop = SSIZE * 2;
public int offspring = SSIZE * 3;
public int gens = 600;
public String wordsPath = "nl_score_hints_v3.csv";
public String wordsPath = "nl_score_hints_v4.csv";
public double minSimplicity = 0; // 0 means no limit
public int threads = Math.max(1, Runtime.getRuntime().availableProcessors());
public int tries = threads;