introduce bitloops

This commit is contained in:
mike
2026-01-10 07:36:26 +01:00
parent 558f0f9e0e
commit 1521e461bc
3 changed files with 22 additions and 28 deletions

View File

@@ -41,7 +41,7 @@ public class Main {
public int seed = (int) (System.nanoTime() ^ System.currentTimeMillis());
public int pop = 18;
public int gens = 2000;
public int gens = 1000;
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());