Optimal quantization in the unit square · n = 22
Place n points in the square of side 1. Every location in the square is served by whichever point is nearest; your score is the average, over the whole square, of the squared distance from a location to the point serving it. Make that average 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
- AssignmentEvery location belongs to the nearest point; the exactly-equidistant locations form a set of zero area, so their assignment cannot change the score
- ObjectiveMake E(P) = ∫∫ min‖x − pᵢ‖² dx as small as possible. Scored in exact rationals, rounded up at 10⁻¹⁸