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

bb_optimize vs tune #169

Closed
sumny opened this issue Jan 24, 2022 · 1 comment
Closed

bb_optimize vs tune #169

sumny opened this issue Jan 24, 2022 · 1 comment

Comments

@sumny
Copy link
Sponsor Member

sumny commented Jan 24, 2022

Some minor inconsistencies I stumbled across:

In tune (mlr3tuning), ... is passed to the constructor of the tuner
In bb_optimize ... is either assumed to pass constants (bb_optimize.function) or it is simply ignored (bb_optimize.Objective). Both ways do not allow for initializing the optimizer with e.g. different hyperparameters on the fly

@be-marc
Copy link
Member

be-marc commented Jan 24, 2022

You can use bb_optimize(method = opt("random_search", batch_size = 10) to set hyperparameters. Yes it is an inconsistencies between these functions but we found it more useful to pass constants in ... for bb_optimize().

@be-marc be-marc closed this as completed Jan 24, 2022
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

No branches or pull requests

2 participants