Skip to main content

Module archive

Module archive 

Source
Expand description

Archive of accepted minima with per-dimension-scaled dedup, mirroring MinimaArchive in python/pounce/_minima.py.

Two points are “the same” when their Euclidean distance in the per-dimension scaled space ‖(a−b)/L‖ is within dedup, where L is the box width per variable (1.0 for unbounded dims). This makes dedup scale-free and keeps it consistent with the anisotropic repulsion widths.

Structs§

Archive
Accepted minima plus the dedup test.

Functions§

scaled_distance
Scaled Euclidean distance ‖(a−b)/L‖.