-
用于求解TSP的蚁群算法,C 语言 已经运行过
用于求解TSP的蚁群算法,C 语言 已经运行过-Basic Ant Colony Algorithm for TSP
- 2023-02-07 23:20:03下载
- 积分:1
-
SOM自组织神经网络的C语言源码,可以通过该程序实现无监督的聚类。...
SOM自组织神经网络的C语言源码,可以通过该程序实现无监督的聚类。-SOM self-organizing neural network C-language source code
- 2023-06-08 15:50:03下载
- 积分:1
-
对模式识别中的字符串模板匹配问题进行的研究,设计了对任意字符串进行匹配和字符串相似度,即列文斯顿距离进行计算的算法...
对模式识别中的字符串模板匹配问题进行的研究,设计了对任意字符串进行匹配和字符串相似度,即列文斯顿距离进行计算的算法-right pattern recognition template matching string for the research and design of the arbitrary strings and string matching similarity, Ken Livingstone distance calculation algorithm
- 2022-01-30 19:19:17下载
- 积分:1
-
Section of the use of BP neural network algorithm balance the underactuated mani...
一段采用BP神经网络算法的欠驱动机械臂平衡控制器的程序-Section of the use of BP neural network algorithm balance the underactuated manipulator controller procedures
- 2022-03-10 08:27:41下载
- 积分:1
-
一个神经网络BP算法源码
一个神经网络BP算法源码-a neural network algorithm source code
- 2022-12-23 15:15:04下载
- 积分:1
-
详细介绍了SVM和RVM和各自的区别…
详细介绍了SVM 和RVM的区别及各自的优点,说明RVM在很多方面优于SVM-Described in detail the difference between SVM and the RVM and their respective advantages, indicating RVM in many ways superior to SVM
- 2022-01-26 00:48:38下载
- 积分:1
-
一种改进的免疫遗传算法的性能分析,万方数据库下载
一种改进的免疫遗传算法的性能分析,万方数据库下载-An improved immune genetic algorithm performance analysis,万方Database Download
- 2022-05-27 21:27:43下载
- 积分:1
-
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
-
用VC++实现的,超级好用的8种神经网络源代码,超好用,超简洁 ,是我多年研究所得,已经全部测试过
用VC++实现的,超级好用的8种神经网络源代码,超好用,超简洁 ,是我多年研究所得,已经全部测试过-With VC++ Realize, and eight kinds of super-to-use neural network source code,超好用, super-simple, is my research for many years, they have all been tested
- 2022-12-31 13:45:05下载
- 积分:1
-
微分进化算法DE是1995年由Rainer Storn和Kenneth Price首先提出。DE已被证明在求解过程中具有高效性、收敛性、鲁棒性等优点[5,6]...
微分进化算法DE是1995年由Rainer Storn和Kenneth Price首先提出。DE已被证明在求解过程中具有高效性、收敛性、鲁棒性等优点[5,6] 。它在许多优化问题中都表现出优于自适应模拟退火算法、POS 算法、GA算法的性能。DE利用实数值参数向量作为每一代的种群,它的自参考种群繁殖方案与其他优化算法不同。-DE was first proposed in 1995 by Rainer Storn and Kenneth Price and had been proven that it is efficient, convergent, and robust in the solution process. [5,6] In many optimize questions, its performance surpasses the adaptive simulated annealing algorithm, the POS algorithm, and the GA algorithm. DE gets each generation of population using the real value parameter vector, and the crucial idea of DE is a scheme for generating trial parameter vectors.
- 2022-04-30 12:55:51下载
- 积分:1