-
Notifications
You must be signed in to change notification settings - Fork 459
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
Sync Algorithm Settings names for various Optimisation Frameworks #1627
Comments
Sounds good. Actually, I was wondering which name I should adopt when creating #1613 . I summarized below the correspondence of the algorithm setting among the Goptuna, Optuna, and Hyperopt services. We may want to fix the inconsistency especially around TPE. TPE Parameters
CMA-ES Parameters
Random Search Parameters
|
Thank you for summarising this @g-votte! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
/lifecycle frozen |
/kind feature
Since Katib supports various frameworks with the same algorithms: https://www.kubeflow.org/docs/components/katib/katib-config/#suggestion-settings, we should try to be consistent with Algorithm Settings names.
For example,
n_EI_candidates
in TPE algorithm in Hyperopt, andn_ei_candidates
in TPE algorithm in Optuna.We have to validate all supported algorithms.
cc @gaocegege @johnugeorge @c-bata @g-votte
The text was updated successfully, but these errors were encountered: