Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Question: How to initialize a model in 4D search space, but run trials in only 2D for the first 100 trials through ask-tell interface. Then expand to 4D. #1195

Open
GregorySchwing opened this issue Nov 30, 2023 · 0 comments

Comments

@GregorySchwing
Copy link

Use case: quickly search the 2D space and evaluate ability to minimize a loss function while holding 2 of the variables constant. After finding the Pareto front of 2D space, allow the model to search full space to see if a better point exists.

How would I do this? I am running batched ask-tell with checkpointing of the model after every batch of ask-tell. Is it possible to load the checkpointed model, change the domain of the last two variables from constant to a range, and then continue with ask-tell evaluation?

Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant