Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Refine doc and fix bug for testing MedianstopAssessor #1998

Merged
merged 5 commits into from
Feb 7, 2020
Merged

Refine doc and fix bug for testing MedianstopAssessor #1998

merged 5 commits into from
Feb 7, 2020

Conversation

Sundrops
Copy link
Contributor

@Sundrops Sundrops commented Feb 5, 2020

No description provided.

@Sundrops Sundrops requested a review from squirrelsc February 5, 2020 10:11
#lc = []
to_complete = True
for k in range(10):
for k in range(FLAGS.start_step):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FLAGS.start_step -> len(lcs[0])

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FLAGS.start_step is internal used by MedianstopAssessor

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@QuanluZhang Fixed

Medianstop 是一种简单的提前终止 Trial 的策略,可参考[论文](https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/46180.pdf)。 如果 Trial X 在步骤 S 的最好目标值低于所有已完成 Trial 前S个步骤目标平均值的中位数,这个 Trial 就会被提前停止。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for your fix, but could you revert this change, because we have a dedicated pipeline for the update of chinese doc

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we will update this part later :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@QuanluZhang Done.

@QuanluZhang QuanluZhang merged commit 3c833f3 into microsoft:master Feb 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants