What is the order of the bounds? Meaning that which one corresponds to which variable? `BED(expressions, [(1, 5), (1, 5)], (0.2, 5), infix=True, seed=0)` Would make sense to convert this into a `dict`.
What is the order of the bounds? Meaning that which one corresponds to which variable?
BED(expressions, [(1, 5), (1, 5)], (0.2, 5), infix=True, seed=0)Would make sense to convert this into a
dict.