登录
首页 » AI-NN-PR » 求解tsp问题的局部优化算法

求解tsp问题的局部优化算法

于 2022-03-03 发布 文件大小:21.33 kB
0 201
下载积分: 2 下载次数: 1

代码说明:

求解tsp问题的局部优化算法-the local optimization algorithm

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 编写智能电梯仿真系统程序,实现双八层电梯的正常运行
    编写智能电梯仿真系统程序,实现双八层电梯的正常运行-Procedures for the preparation of intelligent elevator simulation system to achieve the normal operation of pairs of eight-story elevator
    2022-01-24 14:49:52下载
    积分:1
  • (其中已经包含5个源码)所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序, 输入数据文件cfile.txt,efile.txt,g...
    (其中已经包含5个源码)所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序, 输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt ,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输入数据文件sample Patmat.c 基于遗传算法提取基元图形源程序-(which includes five OSS) attached to C or C source code files and executable files Scs.c pp basic classification algorithm source files, input data files cfile.txt, efile.txt. gfile.txt, pfile.txt, rfile.txt. tfile.txt Sga.c basic genetic algorithm source files, input data files input, output file output A_life.c based on genetic algorithm simulation source Artificial Life, import data files GA_nn.c world based on genetic algorithm optimization neural network structure source, import data files Patmat.c sample extraction based on genetic algorithm-based graphic source yuan
    2022-02-24 22:24:01下载
    积分:1
  • 语音信号处理工具包,里面提供了很多有用的操作。这是最新版本...
    语音信号处理工具包,里面提供了很多有用的操作。这是最新版本-voice signal processing tool kit containing a lot of useful operation. This is the latest version
    2022-03-26 16:23:22下载
    积分:1
  • 启发式搜索见cpp1.C文件,vc6.0环境运行实现
    启发式搜索见cpp1.C文件,vc6.0环境运行实现-heuristic search cpp1.C see documents, achieving operating environment vc6.0
    2022-12-11 16:40:03下载
    积分:1
  • mcrgsa
    MCRGSA------组播路由问题遗传模拟退火算法 %M-----------遗传算法进化代数 %N-----------种群规模,取偶数 %Pm----------变异概率调节参数 %K-----------同一温度下状态跳转次数 %t0----------初始温度 %alpha-------降温系数 %beta--------浓度均衡系数 %ROUTES------备选路径集 %Num---------到各节点的备选路径数目 %Cost--------费用邻接矩阵 %Source------源节点标号 %End---------目的节点标号组成的向量 %MBR---------各代最优路径编码-MCRGSA------ Multicast Routing genetic simulated annealing% M----------- genetic algorithm algebra% N----------- population size, even take Pm----------% probability parameter variation%----------- same temperature K Jump under a number of state----------% t0 initial temperature cooling% alpha------- beta coefficient%-------- balanced concentration coefficient% ROUTES------ Alternative Path Set% Enable--------- nodes to the number of alternative paths%-------- Cost adjacent costs Matrix% Source------ source node labeling% End--------- destination node labeling Group Vector%% of the MBR--------- generations optimal path coding
    2022-05-21 09:41:26下载
    积分:1
  • PSOt为PSO的工具箱,该工具箱将PSO算法的核心部分封装起来,提供给用户的为算法的可调参数,用户只需要定义好自己需要优化的函数(计算最小值或者最大值),并设...
    PSOt为PSO的工具箱,该工具箱将PSO算法的核心部分封装起来,提供给用户的为算法的可调参数,用户只需要定义好自己需要优化的函数(计算最小值或者最大值),并设置好函数自变量的取值范围、每步迭代允许的最大变化量(称为最大速度,Max_V)等,即可自行优化。
    2022-01-26 19:15:08下载
    积分:1
  • BP算法的演示程序,它采用
    本程序是BP算法的演示程序, 其中的Levenberg-Marquardt算法具有实用价值。随代码还提供帮助文件,非常方便。-BP algorithm Demonstration Program, which Levenberg-Marquardt algorithm has practical value. With the code also provides help files, a very convenient.
    2022-02-11 23:56:49下载
    积分:1
  • 一个对初学者非常实际非常方便的矢量量化的C语言实现 ,值得...
    一个对初学者非常实际非常方便的矢量量化的C语言实现 ,值得-one pair of very real beginners very convenient vector quantization C language, it is worth a look at
    2023-01-06 16:35:03下载
    积分:1
  • 本人编写的incremental 随机神经元网络算法,该算法最大的特点是可以保证approximation特性,而且速度快效果不错,可以作为学术上的比较和分析。
    本人编写的incremental 随机神经元网络算法,该算法最大的特点是可以保证approximation特性,而且速度快效果不错,可以作为学术上的比较和分析。目前只适合benchmark的regression问题。 具体效果可参考 G.-B. Huang, L. Chen and C.-K. Siew, “Universal Approximation Using Incremental Constructive Feedforward Networks with Random Hidden Nodes”, IEEE Transactions on Neural Networks, vol. 17, no. 4, pp. 879-892, 2006. -I prepared by incremental random neural network algorithm, which is characterized by the largest approximation properties can be guaranteed, and fast good results can be used as an academic comparison and analysis. The current benchmark is only suitable for the regression problem. Specific effects may refer G.-B. Huang, L. Chen and C.-K. Siew,
    2022-01-24 15:02:30下载
    积分:1
  • 爱仕达
    A*算法,迷宫寻路,初步解析A*算法如何在迷宫寻路-Astar
    2022-07-27 20:53:17下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载