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

Update Optuna #1280

Open
bbudescu opened this issue Feb 19, 2024 · 1 comment · May be fixed by #1309
Open

Update Optuna #1280

bbudescu opened this issue Feb 19, 2024 · 1 comment · May be fixed by #1309

Comments

@bbudescu
Copy link

setup.py specifies that the required version of Optuna to be 2.8.0. However, according to ray docs (check out the second warning on this page) :

Please note that with Optuna 2.10.0 and earlier default MOTPESampler/TPESampler suffer from performance issues when dealing with a large number of completed trials (approx. >100). This will manifest as a delay when suggesting new configurations. This is an Optuna issue and may be fixed in a future Optuna release.

In my own experience, I have also observed the slowdown they mention.

Is there any reason for this version requirement for Optuna? And, if yes, how hard would it be update to the latest version?

@Programmer-RD-AI
Copy link

Programmer-RD-AI commented May 27, 2024

Before transitioning to newer versions, it typically involves a substantial amount of effort. I'm planning to submit a pull request to update Optuna to version 2.10.0, but the rationale behind this decision needs to be verified by Microsoft employees who are actively involved with FLAML.

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 a pull request may close this issue.

2 participants