introduce bitloops

This commit is contained in:
mike
2026-01-14 14:17:01 +01:00
parent b29831859b
commit 29aceb2180
2 changed files with 3 additions and 3 deletions

View File

@@ -44,8 +44,8 @@ public class Main {
public static class Opts {
public int seed = (int) (System.nanoTime() ^ System.currentTimeMillis());
public int pop = 18;
public int gens = 1200;
public int pop = 24;
public int gens = 700;
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());