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

n_jobs in skopt.gp_minimize is valid only when acq_optimizer is set to "lbfgs" #99

Open
SarahAlidoost opened this issue Dec 5, 2023 · 0 comments

Comments

@SarahAlidoost
Copy link
Member

In module dnn.py, the function skopt.gp_minimize accept the argument n_jobs. According to the documentation of skopt.gp_minimize, setting this parameter is valid only when acq_optimizer is set to "lbfgs". However, the default acq_optimizer is "auto" which is the case in dnn.py.

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

1 participant