DistToPointEvaluator should be protected against hdf5_groupname being none
Evaluator base class should search cached data for keys that include the estimator name, but not require exact matches, this is because we can cache data, e.g., from multiple point estimates
Evaluator base class should implement actually using self.config.exclude_metrics if 'all' is in the set of metrics to use
Base class parameter limits should be passed to various metrics c'tors