Skip to content

Commit

Permalink
adjust ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Mar 31, 2024
1 parent 3453cc6 commit 1ad8e36
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import kotlin.to
fun main() {
// MAX_UNIQUE = 1_000
TIMEOUT_MS = 30_000
MIN_TOKENS = 40
MAX_TOKENS = 79
MIN_TOKENS = 3
MAX_TOKENS = 39
// MAX_RADIUS = 3
CFG_THRESH = 10_000
evaluateBarHillelRepairOnStackOverflow()
Expand Down

0 comments on commit 1ad8e36

Please sign in to comment.