Age | Commit message (Expand) | Author |
2024-12-12 | rename content-angular-distance to content-angular. also, arbitrary-ish 1.0 r...HEADmain | Lia Lenckowski |
2024-12-09 | fix bug with angular distance and floating point error; added cosine distance | metamuffin |
2024-11-28 | wrap help, add flag for path rotation, change default 2-opt iteration count | Lia Lenckowski |
2024-11-28 | small minimum hamilt. path improvement: during & after 2-opt refinement, rota... | Lia Lenckowski |
2024-11-28 | optimizations: lower durability, massively increase ai embedding batch size | Lia Lenckowski |
2024-11-27 | Replace sled with redb (Also replaces serde to bincode.) (#2) | metamuffin |
2024-11-27 | fix: 2-opt no longer crashes in debug builds due to an underflow | Lia Lenckowski |
2024-11-27 | stable rust compatibility | Lia Lenckowski |
2024-11-27 | fix bug that randomly caused images to be ommitted from the output for the la... | Lia Lenckowski |
2024-11-27 | docu fix | Lia Lenckowski |
2024-11-27 | update documentation | Lia Lenckowski |
2024-11-27 | windows compat: fix warning: conditional include for std::path::absolute | Lia Lenckowski |
2024-11-27 | windows compat: replace xdg crate with dirs, and conditionally compile symlin... | Lia Lenckowski |
2024-11-26 | make ai embedding more resilient, remove dependency on python | Lia Lenckowski |
2024-11-25 | implement rust side of flag that ignores failing embeddings | Lia Lenckowski |
2024-03-04 | variable number of improvement steps | Lia Lenckowski |
2024-03-03 | 2-opt swapping | Lia Lenckowski |
2024-03-03 | abstract away the distance cache, calculate tour length at the end to simplif... | Lia Lenckowski |
2024-03-03 | add hash seed option for reproducible behaviour | Lia Lenckowski |
2024-02-17 | update README with new approx algorithm and metrics | Lia Lenckowski |
2023-09-20 | Merge pull request 'support for different vector metrics' (#1) from metamuffi... | lialenck |
2023-09-20 | use direct phantomdata constructor | metamuffin |
2023-09-20 | use angular distance instead of cossim replacement | metamuffin |
2023-09-20 | replace cosinesim with L2-norm euclidean | metamuffin |
2023-09-20 | cosine similarity (works poorly) | metamuffin |
2023-09-20 | support for different vector metrics | metamuffin |
2023-09-20 | move embedder to module | metamuffin |
2023-09-20 | small performance improvement for AI embedder: cache distances. makes other e... | Lia Lenckowski |
2023-09-20 | ~3x speed improvement: replace priority queues and prim's algoritm with sorte... | Lia Lenckowski |
2023-09-20 | algorithm selection, big perfect matching performance improvement | Lia Lenckowski |
2023-09-19 | christofides algorithm (~8% improvement) | Lia Lenckowski |
2023-09-18 | add tsp benchmark flag | Lia Lenckowski |
2023-09-10 | update README.md | Lia Lenckowski |
2023-09-08 | giant refactor | Lia Lenckowski |
2023-09-07 | copy and symlink output modes | Lia Lenckowski |
2023-09-07 | partially implemented output options | Lia Lenckowski |
2023-09-07 | add progress bars/spinners | Lia Lenckowski |
2023-09-07 | add content embedder | Lia Lenckowski |
2023-09-06 | cache by hash instead of path | Lia Lenckowski |
2023-09-06 | cache embeddings by path (should be by hash, but thats for later) | Lia Lenckowski |
2023-09-05 | actually use 'Hue' in the HueEmbedder, add ColorEmbedder, parallelize image e... | Lia Lenckowski |
2023-09-05 | clippy | Lia Lenckowski |
2023-09-05 | add temporary README | Lia Lenckowski |
2023-09-05 | tsp from mst, remove some debugging, print final path | Lia Lenckowski |
2023-09-05 | initial commit: load images, impl hue/brightness embedder, impl MST algorithm... | Lia Lenckowski |