aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-20~3x speed improvement: replace priority queues and prim's algoritm with ↵Lia Lenckowski
sorted vectors and krushkal's algorithm
2023-09-20algorithm selection, big perfect matching performance improvementLia Lenckowski
2023-09-19christofides algorithm (~8% improvement)Lia Lenckowski
2023-09-18add tsp benchmark flagLia Lenckowski
2023-09-10update README.mdLia Lenckowski
2023-09-08giant refactorLia Lenckowski
2023-09-07copy and symlink output modesLia Lenckowski
2023-09-07partially implemented output optionsLia Lenckowski
2023-09-07add progress bars/spinnersLia Lenckowski
2023-09-07add content embedderLia Lenckowski
2023-09-06cache by hash instead of pathLia Lenckowski
2023-09-06cache embeddings by path (should be by hash, but thats for later)Lia Lenckowski
2023-09-05actually use 'Hue' in the HueEmbedder, add ColorEmbedder, parallelize image ↵Lia Lenckowski
embedding
2023-09-05clippyLia Lenckowski
2023-09-05add temporary READMELia Lenckowski
2023-09-05tsp from mst, remove some debugging, print final pathLia Lenckowski
2023-09-05initial commit: load images, impl hue/brightness embedder, impl MST ↵Lia Lenckowski
algorithm on embeds