Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 457 Bytes

MedianstopAssessor.rst

File metadata and controls

7 lines (5 loc) · 457 Bytes

Medianstop Assessor on NNI

Median Stop

Medianstop is a simple early stopping rule mentioned in this paper. It stops a pending trial X after step S if the trial’s best objective value by step S is strictly worse than the median value of the running averages of all completed trials’ objectives reported up to step S.