Hi,
When building a custom surrogate model for a BotorchRecommender, some variables are important predictors for the target but should remain fixed during optimization since they are not part of the Campaign's searchable parameter space. There is currently no clean way to express this distinction.
I am currently approximating fixed parameters using NumericalContinuousParameter with a narrow bounds range (e.g. [x - 0.00001, x + 0.00001]), and can't find a more appropriate solution.
Hi,
When building a custom surrogate model for a BotorchRecommender, some variables are important predictors for the target but should remain fixed during optimization since they are not part of the Campaign's searchable parameter space. There is currently no clean way to express this distinction.
I am currently approximating fixed parameters using
NumericalContinuousParameterwith a narrow bounds range (e.g. [x - 0.00001, x + 0.00001]), and can't find a more appropriate solution.