Optimal quantization in an L-shaped region · n = 17
Place n points in the L obtained by removing the top-right 1 × 1 square from a 2 × 2 square. Every location is assigned to its nearest point; minimize the integral of squared distance from each location to the point serving it over the whole L.
Record comparison
squared-distance integral · Lower is better| Record | Value / interval | Author / holder | Source |
|---|---|---|---|
| External best known | — | — | No reference listed |
| Site record | 0.138877106203405 | 今天 | Record details ↓ |
Formal definition
- ContainerL = ([0,2] × [0,1]) ∪ ([0,1] × [1,2]), including its boundary, with area 3
- SubmissionExactly n distinct points, with coordinates of at most nine decimals, all lying in the L
- AssignmentEvery location is assigned to its nearest point in Euclidean distance; exactly equidistant boundaries have zero area and do not affect the score
- ScoreE(P) is the integral of squared distance to the nearest submitted point over the whole L-shaped region; the verifier integrates in exact rationals and rounds upward at 10⁻¹⁸
- ObjectiveMake E(P) as small as possible over all legal point sets P