# Choosing a criterion Every Mergen design is the answer to an optimisation problem, and the criterion is the question. Seven criteria are available, and they do not agree on what a good design is. This page explains what each one optimises, gives its mathematical definition, and ends with practical guidance. Throughout, the design is $D = \{x_1, \dots, x_n\} \subset [0,1]^d$ in normalised coordinates, and every criterion is minimised. ## Three families Space-filling criteria fall into three families, each protecting against a different failure mode. *Distance-based* criteria look at how close design points get to each other. They protect against clustered runs that duplicate information. *Uniformity (discrepancy) criteria* compare the empirical distribution of the points with the uniform distribution. They protect against systematic density imbalance: regions that are over- or under-represented even when no two points are close. *Projection-based* criteria demand that the design remain space-filling not only in the full $d$-dimensional space but in every lower-dimensional projection. They protect against the common situation where only a subset of the inputs turns out to matter: a design that is excellent in $d$ dimensions can collapse onto few distinct values when projected onto the two inputs that drive the response. | Criterion | `criteria=` | Family | Qualitative factors | Reference | |---|---|---|---|---| | $\phi_p$ | `'phi_p'` | distance | no | Morris & Mitchell (1995) | | $\mathrm{CD}_2$ | `'cd2'` | uniformity | no | Hickernell (1998) | | MaxPro | `'maxpro'` | projection | no | Joseph, Gul & Ba (2015) | | uMaxPro | `'umaxpro'` | projection | no | Vorechovsky & Masek (2026) | | $\mathrm{SL}_2$ | `'stratified'` | uniformity | no | Tian & Xu (2026) | | $\mathrm{MaxPro_{QQ}}$ | `'maxproqq'` | projection | yes | Joseph, Gul & Ba (2020) | | QQD | `'qqd'` | uniformity | yes | Zhang, Yang & Zhou (2021) | ## $\phi_p$ $$ \phi_p(D) = \Big( \sum_{i