Uniformity under the worst 2D projection · n = 24
Place n points in [0,1]^d. For every pair of coordinates (r, s), keep just those two coordinates to get a planar projection and score it with P59's exact L2-star formula; the score is the largest over all C(d,2) projections. Make it as small as possible.
Formal definition
- ContainerThe d-dimensional unit hypercube [0,1]^d
- SubmissionExactly n points, each d decimal coordinates; coincidences are allowed
- ObjectiveMinimize the maximum L2-star discrepancy over all two-coordinate projections; the C(d,2) projections share one denominator, so the maximum is taken exactly on integer numerators
- ScoringThe record is the worst projection's exact integer with the denominator cleared; the page shows that projection's discrepancy, rounded up at the twelfth decimal