GA-for-mTSP-master
tsp GA python 

所属分类:人工智能/神经网络/深度学习
开发工具:Python
文件大小:22KB
下载次数:1
上传日期:2021-01-02 12:01:28
上 传 者Kyrin656
说明:  python语言编译,智能优化算法求解旅行商问题,GA求解tsp
(Genetic algorithm for traveling salesman problem)

文件列表:
mtsp (0, 2017-10-21)
mtsp\__pycache__ (0, 2017-10-21)
mtsp\__pycache__\dustbin.cpython-35.pyc (1405, 2017-10-21)
mtsp\__pycache__\galogic.cpython-35.pyc (3152, 2017-10-21)
mtsp\__pycache__\globals.cpython-35.pyc (1360, 2017-10-21)
mtsp\__pycache__\population.cpython-35.pyc (1451, 2017-10-21)
mtsp\__pycache__\route.cpython-35.pyc (2614, 2017-10-21)
mtsp\__pycache__\routemanager.cpython-35.pyc (821, 2017-10-21)
mtsp\dustbin.py (1064, 2017-10-21)
mtsp\galogic.py (5034, 2017-10-21)
mtsp\globals.py (1129, 2017-10-21)
mtsp\main.py (882, 2017-10-21)
mtsp\population.py (1189, 2017-10-21)
mtsp\route.py (3297, 2017-10-21)
mtsp\routemanager.py (458, 2017-10-21)
tsp (0, 2017-10-21)
tsp\__pycache__ (0, 2017-10-21)
tsp\__pycache__\dustbin.cpython-35.pyc (1443, 2017-10-21)
tsp\__pycache__\galogic.cpython-35.pyc (2343, 2017-10-21)
tsp\__pycache__\population.cpython-35.pyc (1446, 2017-10-21)
tsp\__pycache__\route.cpython-35.pyc (2320, 2017-10-21)
tsp\__pycache__\routemanager.cpython-35.pyc (821, 2017-10-21)
tsp\dustbin.py (654, 2017-10-21)
tsp\galogic.py (2935, 2017-10-21)
tsp\main.py (1439, 2017-10-21)
tsp\population.py (914, 2017-10-21)
tsp\route.py (1824, 2017-10-21)
tsp\routemanager.py (353, 2017-10-21)

# Genetic Algorithm to solve Multiple Traveling Salesman Problem Here graph is covered using different agents having different routes. Routes only intersect at initial node. Code is provided for both TSP and mTSP. * Nomenclature is diffrent with the terms 'dustbin' and 'route' being used for 'city' and 'tour' respectively.

近期下载者

相关文件


收藏者