Hi,
I am trying to see whether I can use BoTorch for my project. I have a dataset consisting of 8000+ points, each with 20 parameters and a single objective value that I want to minimize. The objective value is obtained by feeding the 20 parameters into a simulation software and post-processing its data output. I want to create a script that uses Bayesian Optimization to output the next set of 20 parameters. I will then feed this into the simulation software and get the objective value. Then I will feed this new data point into the bayesian optimization script so that it will improve the model and suggest me the next set of parameters.
Most of the tutorials generate the initial data points by randomly sampling from the search space and then using an evaluate function. Is there a method I could use to somehow "register" an existing dataset?
Thank you very much!
Hi,
I am trying to see whether I can use BoTorch for my project. I have a dataset consisting of 8000+ points, each with 20 parameters and a single objective value that I want to minimize. The objective value is obtained by feeding the 20 parameters into a simulation software and post-processing its data output. I want to create a script that uses Bayesian Optimization to output the next set of 20 parameters. I will then feed this into the simulation software and get the objective value. Then I will feed this new data point into the bayesian optimization script so that it will improve the model and suggest me the next set of parameters.
Most of the tutorials generate the initial data points by randomly sampling from the search space and then using an evaluate function. Is there a method I could use to somehow "register" an existing dataset?
Thank you very much!