1 Star 4 Fork 0

MorningStar / GA-TSP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

GA-TSP

介绍

使用遗传算法解决TSP问题, 主体使用python实现

软件架构

├─Core        // 核心包
│  │  GA.py    // 算法主类
│  │  individual.py    // 个体类
│  │  init_city_index_distance.py    // 初始化城市坐标与距离矩阵
│  │  __init__.py
│  │  
│  └─__pycache__
│          GA.cpython-37.pyc
│          individual.cpython-37.pyc
│          init_city_index_distance.cpython-37.pyc
│          __init__.cpython-37.pyc

└─Main
        launch.py    // ->>>算法启动
        __init__.py

安装教程

  1. python 3.7
  2. numpy

使用说明

在launch.py中调整超参数后即可运行项目输出结果

空文件

简介

取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/deathvader/ga-tsp.git
git@gitee.com:deathvader/ga-tsp.git
deathvader
ga-tsp
GA-TSP
master

搜索帮助