搜索资源列表
启发式搜索算法来解决八数码
- 本程序采用全局择优的启发式搜索算法来解决八数码问题
峰值搜索算法
- matlab编的一种峰值搜索算法 很好用
标准库中的搜索算法
- 标准库中的搜索算法-standards for the search algorithm
传教士与野人渡河问题深度优先搜索
- 学习人工智能作的一个小设计,用VC++6.0来基本实现传教士和野人渡河问题,这个算法是应用深度优先搜索算法。-study artificial intelligence for a small design, VC 6.0 to achieve missionaries and savage river, the algorithm is the use of depth-first search algorithm.
h.264搜索算法相关IEEE论文
- 介绍h.264搜索算法的IEEE论文20篇-recommend 20 books of discourse h.264 grabble arithmetic IEEE.
禁忌搜索算法实现蚁群繁殖问题算法
- 采用禁忌算法实现的蚁群繁殖算法,该问题可以很好地解决蚁群问题中优化问题-taboo algorithm using the Ant Algorithm breeding, the problem can be successfully resolved ant colony optimization problems
禁忌搜索算法
- 用于初学者学习tsp问题及其掌握禁忌搜索算法的应用(For beginners to learn TSP problems and master limited searching algorithm applications)
改进的禁忌搜索算法
- 改进的禁忌搜索算法,求解路径寻优问题,相对传统的遗传算法,能够更精确求得全局最优解(Compared with the traditional genetic algorithm, the improved tabu search algorithm can solve the problem of path optimization, and can obtain the global optimal solution more ac
和声搜索算法-python代码
- 主要用于实现和声搜索算法的代码,用于进行算法优化(It is mainly used to realize the code of harmony search algorithm, which is used to optimize the algorithm)
基于粒子群算法的多目标搜索算法
- 本案例是基于粒子群算法的多目标搜索算法,对于多目标搜寻效果不错(This case is a multi target search algorithm based on particle swarm optimization, which has a good effect on multi target search.)
算法第四次作业
- 使用搜索算法实现的0-1背包问题和迷宫问题(0-1 knapsack problem and maze problem by search algorithm)
基于粒子群算法的多目标搜索算法
- 基于粒子群算法的多目标搜索算法(含详细代码)(Multi target search algorithm based on particle swarm optimization (including detailed code))
基于粒子群算法的多目标搜索算法
- 基于粒子群算法的多目标搜索算法的matlab实现示例(Multiobjective search algorithm based on particle swarm optimization)
万有引力搜索算法
- 基于万有引力搜索的元启发式优化算法,在无需其他介质的情况下,能够表现出很强的全局搜索能力。(Gravitational search meta heuristic optimization algorithm based on no other media, can show Qiangde global search ability.)
应用禁忌搜索算法解决0-1背包问题
- 利用禁忌搜索算法求解0-1背包问题。禁忌搜索算法相比其他搜索算法更优,设置藐视规则来避免陷入局部最优解。(Solve 0-1 Knapsack Problem based on Tabu search. The tabu search algorithm is superior to other search algorithms and sets contempt rules to avoid falling into local o
禁忌搜索算法
- matlab禁忌搜索算法的源程序,内含 TS_TSP.m TS_TSP TSP_DATA.m(Matlab tabu search algorithm source program)
GSO及其改进算法代码
- 群搜索算法(GSO)及其改进版本的MATLAB代码实现(Group Search Algorithms (GSO) and Implementation of Its Improved Version of MATLAB Code)
基于人群搜索算法的函数优化
- 包含人群搜索算法源程序,和rastrigin、Schaffer和Spher三个函数的优化,并与PSO比较(Including the source program of crowd search algorithm, and the optimization of rastrigin, Schaffer and Sphere functions, and comparing with PSO)
基于人群搜索算法的PID参数整定
- 第7章 基于人群搜索算法的PID参数整定,代码完整好使。(In Chapter 7, PID parameters are adjusted based on crowd search algorithm, and the code is complete.)
线搜索算法
- 实现了线搜索算法中的最速下降法以及牛顿沃尔夫算法(The steepest descent method and Newton Wolff algorithm in line search algorithm are realized)