Skip to content

Exogenous Parameters #775

@sararuggeri

Description

@sararuggeri

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions