# TSP问题蚁群算法可视化(OpenGL) **Repository Path**: wei_uou/TSP-ACO-openGL ## Basic Information - **Project Name**: TSP问题蚁群算法可视化(OpenGL) - **Description**: 蚁群算法解决TSP问题 - **Primary Language**: C++ - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2023-03-15 - **Last Updated**: 2024-01-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TSP问题蚁群算法可视化(OpenGL) #### 介绍 蚁群算法解决TSP问题 #### 软件架构 基于openGL好早之前的GLUT,用C++写的一个可视化工具,可执行文件在debug文件夹 #### 安装教程 就直接克隆到本地就行 #### 使用说明 点击参数同时移动鼠标调整相关参数,点击apply等待生成结果 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request