Vincent M. Le Corre

Results 2 issues of Vincent M. Le Corre

### Question Is there any equivalent to ax_client.get_optimization_trace in v1.0.0? I have tried the code below, but neither option worked: ``` trace = get_trace(client._experiment,client._experiment._optimization_config) or data = client.summarize() trace =...

enhancement
question

### What happened? The client.compute_analyses does not output all cards if the model runs with cuda. If I use the Modular BoTorch Interface and pass the "torch_device":torch.device("cuda" if torch.cuda.is_available() else...

bug