中文说明:
包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决。
English Description:
Including ant colony, simulated annealing, genetic algorithm, neural network, tabu search and other intelligent optimization algorithms to solve TSP problem p>
关注次数: 422
下载次数: 1
文件大小: 7KB
中文说明:
包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决。
English Description:
Including ant colony, simulated annealing, genetic algorithm, neural network, tabu search and other intelligent optimization algorithms to solve TSP problem p>
各种优化算法解决TSP问题\ant_colony_system.m
各种优化算法解决TSP问题\CalDist.m
各种优化算法解决TSP问题\drawTSP.m
各种优化算法解决TSP问题\drawTSP10.m
各种优化算法解决TSP问题\genetic_algorithm.m
各种优化算法解决TSP问题\hopfield_neuro_network.m
各种优化算法解决TSP问题\simulated_annealing.m
各种优化算法解决TSP问题\tabu_search.m
各种优化算法解决TSP问题\tsp.m
各种优化算法解决TSP问题