搜索结果

找到约 554 项符合 tsP 的查询结果

人工智能/神经网络 一个免疫遗传算法的介绍

一个免疫遗传算法的介绍,包括TSP例子、算法各特点的详细证明等。
https://www.eeworm.com/dl/650/159055.html
下载: 139
查看: 1044

matlab例程 利用lindoapi借口在matlab中调用lindoapi中的函数

利用lindoapi借口在matlab中调用lindoapi中的函数,构造混合整数规模模型,求解小规模TSP问题的最优解
https://www.eeworm.com/dl/665/159996.html
下载: 109
查看: 1050

人工智能/神经网络 蚁群算法

蚁群算法,求解TSP问题。提供了多个经典的TSP路径
https://www.eeworm.com/dl/650/164173.html
下载: 108
查看: 1034

人工智能/神经网络 带约束的蚁群算法的程序

带约束的蚁群算法的程序,用于欧几里德(Euclid)TSP问题,用c语言编写的,供大家借鉴
https://www.eeworm.com/dl/650/164397.html
下载: 56
查看: 1096

matlab例程 0-1整数规划有很广泛的应用背景

0-1整数规划有很广泛的应用背景,比如指派问题,背包问题等等,实际上TSP问题也是一个0-1问题,当然这些问题都是NP问题,对于规模较大的问题用穷举法是没有办法在可接受的时间内求得最优解的,本程序只不过是一个练习,得意之处是用递归法把所有解都排列出来。另:胡运权所著的《运筹学基础及应用(第三版)》第97页的例3, ...
https://www.eeworm.com/dl/665/166501.html
下载: 191
查看: 1084

数值算法/人工智能 A program to demonstrate the optimization process of ant colony optimization for the traveling salem

A program to demonstrate the optimization process of ant colony optimization for the traveling saleman problem (TSP). The cities are shown as red circles, the pheromone on the connections between them (fully connected graph) by gray lines. The darker the grey, the more pheromone is currently on the ...
https://www.eeworm.com/dl/518/174382.html
下载: 106
查看: 1077

VC书籍 国外经典教材

国外经典教材,关于人工智能方面各种算法,通俗易懂,绝对不能错过,包含tsp,ga等算法
https://www.eeworm.com/dl/686/181814.html
下载: 146
查看: 1090

人工智能/神经网络 一个模拟退火算法的程序

一个模拟退火算法的程序,使用matlab编写。实现了tsp问题的求解
https://www.eeworm.com/dl/650/183179.html
下载: 180
查看: 1076

人工智能/神经网络 运用c#语言实现模拟退火算法

运用c#语言实现模拟退火算法,同时利用该算法解决旅行商(TSP)问题,获得遍历所有城市序号的最优路径。
https://www.eeworm.com/dl/650/190867.html
下载: 95
查看: 1064

matlab例程 matlab程序

matlab程序,遗传算法解决经典的TSP(旅行商)问题
https://www.eeworm.com/dl/665/194068.html
下载: 100
查看: 1008