Open Bjartensen opened 7 months ago
Distance matrix sounds like a good precomputation to make for a grid if algorithms depend on distances between cells.
Combined with a precomputed grid that is saved to a file, everything could be loaded into a Grid very quickly on startup.
Looks like some Hierarchical clustering methods might make use of it.
Distance matrix sounds like a good precomputation to make for a grid if algorithms depend on distances between cells.
Combined with a precomputed grid that is saved to a file, everything could be loaded into a Grid very quickly on startup.