# heuristic-algorithm **Repository Path**: silent790/heuristic-algorithm ## Basic Information - **Project Name**: heuristic-algorithm - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-24 - **Last Updated**: 2022-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: 启发式算法, OR ## README # heuristic-algorithm ## 求解旅行商问题(TSP) ### 实现下列算法: #### 模拟退火解决方案 #### 遗传算法解决方案 #### Greedy #### Dijkstra 算法