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