Skip to content

Leaving out out-of-design arms, when adapting searchspace constraints between iterations #2258

Answered by saitcakmak
SebBT01 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @SebBT01. The default behavior of filtering out out-of-design observations is intended as a safety feature if those designs are significant outliers that may adversely affect model quality (this includes manually attached baseline arms that are not valid parameterizations). In your case, it sounds like the out-of-design observations are just outside of the search space, and including them would likely improve the model quality.

Adding fit_out_of_design=True to model_kwargs should solve the issue. Unfortunately, there isn't a convenient way of doing this, unless you're manually defining the GenerationStrategy. If you're using AxClient, you could update the model_kwargs on it using somet…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@SebBT01
Comment options

@saitcakmak
Comment options

@SebBT01
Comment options

Answer selected by SebBT01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants