各种优化算法我要分享

Various optimization algorithms

优化神经网络 优化算法 蚁群算法

关注次数: 422

下载次数: 1

文件大小: 7KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决。


English Description:

Including ant colony, simulated annealing, genetic algorithm, neural network, tabu search and other intelligent optimization algorithms to solve TSP problem


代码预览

各种优化算法解决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问题