-
Notifications
You must be signed in to change notification settings - Fork 448
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 README #281
update README #281
Conversation
/assign @richardsliu |
README.md
Outdated
- optimizationtype: Optimization direction of the objective value. 1=maximize 2=minimize | ||
- suggestalgorithm: [random, grid, hyperband] now | ||
- objectivevaluename: Name of the objective value. Your evaluated software should print log `{objectivevaluename}={objective value}` in std-io. | ||
- optimizationtype: Optimization direction of the objective value. [minimize, maximize] now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
now ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated to [minimize, maximize] are available now
Do you want to also update the README for TFJobs? It is supported now. |
OK, I will try tfjob right now and update README after then. |
It seems StudyConfig section is out of date( I think CRD StudyJob had replaced it now). I think we should remove the section and detail how to define StudyJob in another user doc. |
@hougangliu Sounds good, please remove it. |
@richardsliu Thanks! Done! |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: richardsliu The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This change is