Question
Hi, thanks for the great work with Ax and BoTorch!
I have a current use-case which takes n1 input parameters but is evaluated on an irregular grid with n2 points i.e. the output is
x1,y1,val1
x2,y2,val2
...
x_n2,y_n2,val_n2
I want to add the x and y as input parameters to my GP model (as they are spatially related) in addition to my n1 input parameters, as I can observe that the model generalizes better with that information in hand.
The question is if I can somehow re-define my acquisition function to evaluate it at those points (x1,y2)-(xn,yn) and minimize a derived value say standard deviation (or standard error, or average value) of [val1,val2,..., val_n2]
Please provide any relevant code snippet if applicable.
Code of Conduct
Question
Hi, thanks for the great work with Ax and BoTorch!
I have a current use-case which takes n1 input parameters but is evaluated on an irregular grid with n2 points i.e. the output is
x1,y1,val1
x2,y2,val2
...
x_n2,y_n2,val_n2
I want to add the x and y as input parameters to my GP model (as they are spatially related) in addition to my n1 input parameters, as I can observe that the model generalizes better with that information in hand.
The question is if I can somehow re-define my acquisition function to evaluate it at those points (x1,y2)-(xn,yn) and minimize a derived value say standard deviation (or standard error, or average value) of [val1,val2,..., val_n2]
Please provide any relevant code snippet if applicable.
Code of Conduct