operations-research / cvrp_aco /seed_solution_idea.txt
Qi Liu
Upload folder using huggingface_hub
26e50bc verified
Raw
History Blame Contribute Delete
249 Bytes
This heuristic implementation uses a simple inverse distance approach: heuristics = 1 / distance_matrix.
This creates a heuristic matrix where closer nodes have higher heuristic values, guiding ants to prefer shorter edges during path construction.