introduce bitloops
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user