# What the quality metrics mean Every `quality_report()` evaluates the design on six geometric metrics plus the optimised criterion, and ranks each against a Monte Carlo baseline. This page defines the metrics precisely and explains what each one can and cannot tell you. Coordinates are normalised to $[0,1]^d$ throughout, and $d_{ij}$ denotes the Euclidean distance between design points $x_i$ and $x_j$. ## The baseline and the rank Raw metric values are scale-dependent and, on their own, impossible to judge. The report therefore generates 300 random designs of the same size from the same feasible space (respecting all constraints and exclusions) and computes every metric for each. The *Rank* column is direction-adjusted: it is the share of these random designs that your design outperforms on that metric, so higher is always better. A design at the 90th percentile on minimum distance beats 90 percent of random attempts; one at the 6th percentile beats almost none. Because the baseline is generated at runtime from your actual space, the comparison remains honest under constraints: a heavily constrained space is harder for the random designs too. ## Min distance ($d_{\min}$) $$ \min_{i