Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iterative branch and bound #302

Merged
merged 31 commits into from
Oct 23, 2023
Merged

Iterative branch and bound #302

merged 31 commits into from
Oct 23, 2023

Conversation

dlinzner-bcs
Copy link
Contributor

  • add iterative strategy that optimizes an experiment at a time

linznedd and others added 29 commits October 5, 2023 13:18
* add polynomial kernel

* add polynomial kernel

* add polynomial kernel

* add polynomial kernel

* add quadratic surrogate

* adding linear kernel not necessary

* adding linear kernel not necessary

* adding linear kernel not necessary

* fix test

* change kernel tzpe hint

* generalize quadratic surrogate

* generalize quadratic surrogate

* generalize quadratic surrogate

* fix init

* fix init

* fix init

* fix init

* fix init

* add polynomial_surrogate to AnyBotochSurrogate

* add test that botorch surrogate can be composed

* add test that botorch surrogate can be composed

* add test that botorch surrogate can be composed

* add test that botorch surrogate can be composed

* add test that botorch surrogate can be composed
@@ -133,6 +133,45 @@ def _ask(self, candidate_count: PositiveInt) -> pd.DataFrame:
categorical_groups=all_new_categories,
discrete_variables=new_discretes,
)
elif self.data_model.optimization_strategy in [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

== "iterative"

@dlinzner-bcs dlinzner-bcs merged commit dac8352 into main Oct 23, 2023
@dlinzner-bcs dlinzner-bcs deleted the iterative-branch-and-bound branch October 23, 2023 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants