File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ def main():
5252 param_space = [
5353 Integer (0 , 2 , name = "method" ), # Enumeration of bools
5454 Integer (12 , 24 , name = "trial_division_level" ), # Range for trial division level
55- Integer (4 , 8 , name = "gear_factorization_level" ), # Gear factorization level
55+ Integer (4 , 6 , name = "gear_factorization_level" ), # Gear factorization level
5656 Integer (3 , 4 , name = "wheel_factorization_level" ), # Wheel factorization level
57- Real (0.5 , 1.5 , name = "smoothness_bound_multiplier" ), # Smoothness bound multiplier
58- Real (4.0 , 10 .0 , name = "batch_size_multiplier" ) # Batch size multiplier
57+ Real (0.5 , 2.0 , name = "smoothness_bound_multiplier" ), # Smoothness bound multiplier
58+ Real (4.0 , 12 .0 , name = "batch_size_multiplier" ) # Batch size multiplier
5959 ]
6060
6161 # Run Bayesian optimization
You can’t perform that action at this time.
0 commit comments