搜索资源列表
演示程序一维搜索
- 对二杆桁架静力分析,一维搜索的matlab演示程序。-of two truss static analysis, one-dimensional search Matlab demo program.
HJ搜索
- 用于Hooke—Jeeve模式搜索算法,完成多变量的寻优。多变量搜索中直接搜索算法的一种。-for Hooke-mode Jeeves search algorithm, complete multivariate optimization. Multivariable direct search of a search algorithm.
包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决
- 包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决,matlab程序。
搜索算法
- 搜索算法
SEAL_det_v1.0.rar
- 基于深度优先搜索算法的球形译码,具体文献可以参考03年information thoery上的那篇经典文章,Depth-first search algorithm based on spherical decoding, can refer to specific literature in 2003 on information thoery came across a classic article
One-dimensional_search_method.
- 无约束优化问题一维搜索的常用方法:黄金分割法(golden_section.m)、加步搜索法(plus_step_search.m)、牛顿法(newton.m)、抛物线法(parabola.m),Unconstrained optimization problem of one-dimensional search of the commonly used methods: Golden Section (golden_section.m), plus step-by-step search m
FS.rar
- 全搜索算法寻找运动矢量,基于MATLAB实现,Full-search motion vector search algorithm, based on the MATLAB implementation
06071419
- 机械优化设计的作业 包括一维搜索方法(二次差值,牛顿法,黄金分割法),以及最速下降法和内点惩罚函数法及等值线图-Optimal Design of mechanical operations, including one-dimensional search method (the second difference, Newton' s law, golden section method), and the steepest descent method and interior po
motionEstES
- matlab语言编写的全搜索算法,希望大家有用-Exhaustive Search Algorithm
TSPTEST
- 用禁忌搜索算法求解旅行商问题(TSP),程序是可以运行的,刚调试过了-Tabu search algorithm for solving TSP with the problem
OneDimensionalSearch
- 优化设计中的一维搜索方法,包括牛顿梯度法,平分线法,割线法,以及各种插值方法;能计算函数最优点,以及迭代的循环次数-Optimal Design of one-dimensional search methods, including Newton
youhuasuanfa
- 常见的一维搜索,机械设计优化算法,牛顿,黄金分割,抛物线-Common one-dimensional search, the mechanical design optimization algorithm, Newton, Golden Section, the parabolic
PSOPOWELL
- 一种PSO和POWELL相结合的快速搜索算法,有很强的实用性-POWELL A combination of PSO and the fast search algorithm, has a strong practical
迭代移位线性搜索PTS模块
- 基于OFDM系统设计的迭代移位线性搜索PTS算法,亲测可用(An iterative shift linear search PTS algorithm based on OFDM system, pro test is available)
基于backtracking和0.618的两种梯度下降直线搜索算法
- 本算法为凸优化中的常用优化算法:梯度下降算法。本程序由matlab编写,内含有注释,分别用非精确直线搜索和精确直线搜索两种方法实现了梯度下降算法。
基于粒子群算法的多目标搜索算法
- 基于粒子群算法的多目标搜索算法的matlab实现示例(Multiobjective search algorithm based on particle swarm optimization)
禁忌搜索
- matlab实现的利用禁忌搜索解决tsp问题,代码可以运行(Matlab implements the use of tabu search to solve the TSP problem, the code can run)
万有引力搜索算法
- 基于万有引力搜索的元启发式优化算法,在无需其他介质的情况下,能够表现出很强的全局搜索能力。(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 optimal solutions.)
禁忌搜索算法
- matlab禁忌搜索算法的源程序,内含 TS_TSP.m TS_TSP TSP_DATA.m(Matlab tabu search algorithm source program)