def get_impl_mean_scores(self) -> t.Dict[str, t.List[float]]: """ Geometric mean over the means relative to best per implementation (per input). """ return self.get_statistical_property_scores(rel_mean_func)