-
TSP问题是组合优化中的经典问题。其解决方法有局部优化方法和一些启发式算法,局部搜索方法充分考虑问题
的邻域结构,遗传算法有很好的全局搜索能力,memeti...
TSP问题是组合优化中的经典问题。其解决方法有局部优化方法和一些启发式算法,局部搜索方法充分考虑问题
的邻域结构,遗传算法有很好的全局搜索能力,memetic算法把遗传算法和局部优化算法相结合,试验结果证明,能很好地解
决TSP问题。-TSP problem is a classic combinatorial optimization problem. Its solution has a number of local optimization methods and heuristic algorithms, local search methods take full account of the issue of neighborhood structure, genetic algorithm has good ability of global search, memetic algorithm for the genetic algorithm and local optimization algorithm combining test results proved that well positioned to solve the TSP problem.
- 2022-08-11 23:30:19下载
- 积分:1
-
一个C编写的足球机器人比赛程序,算法很好
一个C编写的足球机器人比赛程序,算法很好-C prepared by a robot soccer competition procedures, a good algorithm
- 2022-03-25 16:29:37下载
- 积分:1
-
狂想曲在C + +企业解决方案
rhapsody in C++企业解决方案-rhapsody in C++ Enterprise Solutions
- 2023-08-25 13:40:05下载
- 积分:1
-
自组织 Kohonen 映射程序,当一个神经网络接受外界输入模式时,将会分为不同的区域,各区域对输入模式具有不同的响应特征,同时这一过程是自动完成的。各神经元的...
自组织 Kohonen 映射程序,当一个神经网络接受外界输入模式时,将会分为不同的区域,各区域对输入模式具有不同的响应特征,同时这一过程是自动完成的。各神经元的连接权值具有一定的分布。最邻近的神经元互相刺激,而较远的神经元则相互抑制,更远一些的则具有较弱的刺激作用。自组织特征映射法是一种无教师的聚类方法。 -Kohonen self-organizing map process, when a neural network to outside input mode, will be divided into different regions, the regional input to the model with different response characteristics and the process is done automatically. The neurons connect with the right to a certain value of the distribution. Most neighboring neurons stimulate each other, distant neurons were mutual inhibition, the vision has a weaker stimulus. Self-organizing feature mapping method is a non-teachers clustering method.
- 2022-03-01 10:01:34下载
- 积分:1
-
这个程序是从广度优先搜索,深度优先搜索,A算法以及A算法等多方面算法来解决八数码问题...
这个程序是从广度优先搜索,深度优先搜索,A算法以及A算法等多方面算法来解决八数码问题-This program is breadth-first search, depth-first search, A algorithm and A algorithm and many other algorithms to solve the problem of digital 8
- 2022-12-31 07:30:10下载
- 积分:1
-
matlab进行模糊pid仿真的源代码,效果一般,但已在本人毕业论文中实用...
matlab进行模糊pid仿真的源代码,效果一般,但已在本人毕业论文中实用-pid fuzzy matlab simulation of source code, the effect of the general, but in my dissertation in the practical
- 2022-02-01 15:10:58下载
- 积分:1
-
介绍人工神经网络的模型及其应用。张立明编著,复旦大学出版社出版。...
介绍人工神经网络的模型及其应用。张立明编著,复旦大学出版社出版。-Introduction of artificial neural network model and its application. Edited by Zhang Liming, Fudan University Publishing House.
- 2022-03-16 07:36:08下载
- 积分:1
-
该程序实现了简单的模糊ARTMAP神经网络算法。SFAM是神经网络分类器,它是简单和快速的模糊ARTMAP版本。...
该程序实现了简单的模糊ARTMAP神经网络算法。SFAM是神经网络分类器,它是简单和快速的模糊ARTMAP版本。-The program implements a simple fuzzy ARTMAP neural network algorithm. SFAM is a neural network classifier, which is simple and fast version of fuzzy ARTMAP.
- 2023-01-09 23:40:03下载
- 积分:1
-
利用动量梯度下降算法训练BP网络,得到误差显示图,并最终进行预测...
利用动量梯度下降算法训练BP网络,得到误差显示图,并最终进行预测-Gradient descent algorithm using momentum BP network training, the error display map, and, ultimately, to predict
- 2022-01-20 22:51:55下载
- 积分:1
-
科罗拉多大学开发的人脸识别系统,要在UNIX下运行.
科罗拉多大学开发的人脸识别系统,要在UNIX下运行.-developed at the University of Colorado, the face recognition system to run under UNIX.
- 2022-05-19 10:23:36下载
- 积分:1