update them
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -4,3 +4,5 @@
|
||||
target/
|
||||
.env
|
||||
out/puzzle/
|
||||
*.log
|
||||
.output.txt
|
||||
@@ -143,7 +143,7 @@ public class SwedishGenerator {
|
||||
// Lower difficulty value means it is tried EARLIER.
|
||||
// We want LONGER and SIMPLER words to be tried earlier.
|
||||
// Increasing simplicity weight: score (1-10) now has max impact of 50.
|
||||
this.difficulty = -Math.min(40, word.length() * 5) - (score * 5);
|
||||
this.difficulty = /*Math.min(40, (10-word.length()) * 5)*/ - (score * 5);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
11310
word_scores.csv
11310
word_scores.csv
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user