Add the possibility to configure the generation strategy of the sweeper in the ax-sweeper plugin.
Motivation
I want to be able to define a generation strategy with specific steps in the config for the ax-sweeper. See issue #2977
Have you read the Contributing Guidelines
Yes
Test Plan
The tests could be similar to the current tests for the ax-sweeper. I am not sure how this works with the old versions of the ax-platform and botorch since using their more recent versions lead to some errors because the ax-sweeper config ExperimentConfig dataclass was misconfigured (ExperimentConfig.minimize and ExperimentConfig.objective_name).
Add the possibility to configure the generation strategy of the sweeper in the ax-sweeper plugin.
Motivation
I want to be able to define a generation strategy with specific steps in the config for the ax-sweeper. See issue #2977
Have you read the Contributing Guidelines
Yes
Test Plan
The tests could be similar to the current tests for the ax-sweeper. I am not sure how this works with the old versions of the ax-platform and botorch since using their more recent versions lead to some errors because the ax-sweeper config ExperimentConfig dataclass was misconfigured (ExperimentConfig.minimize and ExperimentConfig.objective_name).
Related Issues and PRs
Feature request: #2977