-
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
[feature] Early Stopping Spec #936
Labels
Comments
SGTM |
LGTM |
1 similar comment
LGTM |
Can you create a PR ? We can keep it in v1alpha3 as feature was not supported till now. WDYT? |
v1alpha3 sounds good. I can create a PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/kind feature
#692
In order to make the API generic, we can use a structure similar to AlgorithmSettings (see https://github.com/kubeflow/katib/blob/master/pkg/apis/controller/common/v1alpha3/common_types.go#L30):
We can implement the Median Stopping Rule as the starting point. So the spec would look like:
See also: https://ray.readthedocs.io/en/latest/tune-schedulers.html#median-stopping-rule
/cc @johnugeorge @gaocegege @hougangliu
The text was updated successfully, but these errors were encountered: