Minimum star discrepancy in the unit square · n = 46
Place n sample points in the unit square. Every axis-aligned rectangle anchored at the origin should hold the same share of the points as it holds of the area; your score is the largest mismatch over all such rectangles. Make it as small as you can.
Formal definition
- ContainerThe unit square: the origin (0, 0) at its lower-left corner, (1, 1) at its upper right
- SubmissionExactly n points, each coordinate a decimal with at most nine places; no two points may coincide
- RectanglesThe rectangles compared are half-open, [0, u) × [0, v), their upper-right corner anywhere in the square; a point exactly on the top or right edge counts as outside
- ObjectiveMake D*, the largest mismatch over all rectangles, as small as possible. The supremum is attained on the grid of submitted coordinates and scored exactly in integers