Skip to content

Commit

Permalink
tests: increase irace budget
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Dec 6, 2024
1 parent 5202ea9 commit e0a8c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_OptimizerIrace.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test_that("OptimizerBatchIrace maximize works", {
instance = OptimInstanceBatchSingleCrit$new(
objective = objective,
search_space = search_space,
terminator = trm("evals", n_evals = 96))
terminator = trm("evals", n_evals = 1000))

optimizer = opt("irace", instances = rnorm(10, mean = 0, sd = 0.1))

Expand Down

0 comments on commit e0a8c4d

Please sign in to comment.