# Functions
NewMedianPruner is a constructor of MedianPruner.
NewPercentilePruner is a constructor of percentile pruner.
# Structs
MedianPruner implements a median stopping rule of Google Vizier.
PercentilePruner to keep the specified percentile of the trials.