cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A366544 a(n) is a lower bound for the number of distinct stable centroidal Voronoi tessellations (CVTs) of a square with n generators (seeds).

Original entry on oeis.org

1, 1, 1, 1, 2, 3, 3, 3, 2, 2, 3, 5, 8, 6, 5, 3, 4, 7, 10, 21, 21
Offset: 0

Views

Author

Denis Ivanov, Oct 12 2023

Keywords

Comments

Stable CVTs are local minimizers of the CVT function (see first paper).
There are other CVTs which are saddle points.
Lloyd's process converges only to stable CVTs.
An efficient two-step semi-manual algorithm is used to recognize identical patterns and a fast code for the Lloyd's process.

Examples

			As initialization, clustering centers for a large number of points in the square are used. For every set of centers, Lloyd's algorithm is iterated and all variants symmetric with respect to rotations and reflections are removed.
		

References

  • Lin Lu, F. Sun, and H. Pan, Global optimization Centroidal Voronoi Tessellation with Monte Carlo Approach, 2012 IEEECS Log Number TVCG-2011-03-0067.

Crossrefs

Cf. A363822 (disk).