We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://ax.dev/tutorials/saasbo.html
Models.SAASBO vs. Models.FULLYBAYESIAN (which I believe refer to the same object)
Models.SAASBO
Models.FULLYBAYESIAN
gs = GenerationStrategy( steps=[ GenerationStep( model=Models.SOBOL, num_trials=4, # https://github.com/facebook/Ax/issues/922 min_trials_observed=3, max_parallelism=5, model_kwargs={"seed": 999}, model_gen_kwargs={}, ), GenerationStep( model=Models.FULLYBAYESIAN, num_trials=-1, max_parallelism=3, model_kwargs={}, ), ] )
EDIT: kwargs should also be set to higher values, e.g., 1024, 1024 per conversations with @AndrewFalkowski
The text was updated successfully, but these errors were encountered:
kwargs not being added when switching
Sorry, something went wrong.
No branches or pull requests
https://ax.dev/tutorials/saasbo.html
Models.SAASBO
vs.Models.FULLYBAYESIAN
(which I believe refer to the same object)EDIT: kwargs should also be set to higher values, e.g., 1024, 1024 per conversations with @AndrewFalkowski
The text was updated successfully, but these errors were encountered: