Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 417 Bytes

MedianstopAssessor.md

File metadata and controls

6 lines (4 loc) · 417 Bytes

Medianstop Assessor on NNI

Median Stop

Medianstop is a simple early stopping rule mentioned in the paper. It stops a pending trial X at 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.