Nick Elsey

Results 6 comments of Nick Elsey

Hi Eytan, To be honest, we actually aren't completely sure how this is going to fit into our workflow yet (if at all), we're still exploring options. To be more...

Hi Iena, thanks for getting back! Sorry, that wasn't the clearest terminology - I meant that we need each trial to be return an array. As of right now I'm...

1) the array would be from the output from an ML model we have deployed as a part of each trial. Its not the Ax/Botorch model being used for optimization,...

Yes, that is a reasonable and acceptable workflow for us. I was wondering if we would end up with something similar to that, but wanted to ask if there might...

> This should feasible through a custom `Metric` class, as @Balandat suggests above, but it might be somewhat inefficient to put these arrays into dataframes, which is what `Metric.fetch_trial_data` currently...

I am currently having the same issue. YAML_CPP_INSTALL should not be defined with a cmake_dependent_option, because it does not allow for cached values to be used from parent projects, as...