rzhang
rzhang
While creating a list of choice parameters using dictionary: parameters_list = [dict(name = parameter, type = "choice", values = [x,...] ) for parameter in all_parameters ] it has warning UserWarning:...
Hello, thank you all for creating and maintaining this wonderful Ax library for BO. I have a question regarding pre-fitting a GP model and pass it to Ax Client for...