Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 421 Bytes

MedianstopAssessor.md

File metadata and controls

6 lines (4 loc) · 421 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.