The most uniform sampling mesh in the unit square · n = 22
Place n points in the unit square. h is the greatest distance any location has to its nearest point, δ the distance of the closest pair; the score is M = 2h/δ. 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
- Measuresh is the maximum over all locations of the distance to the nearest submitted point; δ is the minimum over all pairs
- ObjectiveMake M = 2h/δ as small as possible. Scored internally as M² = 4h²/δ², exact, rounded up at 10⁻¹⁵