搜索资源列表
HMED
- 哈密尔顿近似算法的C代码实现,并将结果输出到文本 -Hamilton approximation algorithm C code to achieve, and the results output to a text
FEM_gauss
- 有限元分析作业源码, piecewise单元,积分 高斯近似算法两种,并计算最小势能-Finite Element Analysis Operating source, piecewise unit, integral Gaussian approximation algorithm for two, and calculation of minimum potential energy
traveljinshi
- 旅行售货员问题的近似算法 数据结构 算法 NP完全问题-traveling salesman problem approximation algorithm data structure algorithms NP-complete problem
np
- 顶点覆盖问题的NP完全证明和顶点覆盖优化问题的近似算法-vertex cover problem NP-complete certification and vertex cover the approximate optimization algorithm
matlab_3_opt
- 提供一种求解最优哈密尔顿的算法---三边交换调整法,要求在运行jiaohuan3(三交换法)之前,给定邻接矩阵C和节点个数N,结果路径存放于R中。 bianquan.m文件给出了一个参数实例,可在命令窗口中输入bianquan,得到邻接矩阵C和节点个数N以及一个任意给出的路径R,,回车后再输入jiaohuan3,得到了最优解。 由于没有经过大量的实验,又是近似算法,对于网络比较复杂的情况,可以尝试多运行几次jiaohuan3,看是否能到进一步的优化结果。
selectionMax
- 用近似算法计算最大选择数,用c#编写,近似率有所提高
sqroot
- 1.用do...while 语句计算平方根的简易近似算法。2.打印小于N(大于2的自然数)的素数
SA
- 89年由Johnson发表的Simulate Anealing退火算法,重要的近似算法之一
Ant_Colony
- 94年发表的蚁群算法,模拟蚂蚁觅食过程,重要的近似算法之一
TSp
- cost存放了一个强连通图的边权矩阵,作为一个实例。 可在workspace中加载 运用此算法要注意多次试验。 bianquan.m文件给出了一个参数实例,可在命令窗口中输入bianquan,得到邻接矩阵C和节点个数N以及一个任意给出的路径R,,回车后再输入jiaohuan3,得到了最优解。 由于没有经过大量的实验,又是近似算法,对于网络比较复杂的情况,可以尝试多运行几次jiaohuan3,看是否能到进一步的优化结果。
变色龙算法将互连性和近似性都大的簇合并
- 变色龙算法将互连性和近似性都大的簇合并 可以发现高质量的任意形状的簇
用动态规划算法思想求最小编辑距离
- 用动态规划算法思想求最小编辑距离,即近似字符串匹配问题,Thinking of using dynamic programming algorithm for the minimum edit distance, that is, approximate string matching problem
upf_demos
- 该程序包实现的是无味(Unscented)粒子滤波算法,与一般粒子滤波的不同处是:采用UKF近似粒子滤波的建议分布函数。-The package to achieve the tasteless (Unscented) particle filter, particle filter in general the differences are: use of UKF approximate particle filter proposal distribution function.
645645223
- 近似算法:kriging模型算法。计算地形平面。-Approximation Algorithm: kriging algorithm. Flat terrain calculation.
tspproblem
- 自己编写的,TSP问题的各种近似算法,有最近邻策略,最短链接策略-I have written, TSP approximation algorithm for a variety of issues, there are nearest-neighbor strategy, the shortest link strategy
package
- 详细介绍有多个背包的01背包问题,此问题是NP问题,不能用一般算法解决,此资料提供了一些分析,和一些近似算法-There are a number of details of the 01 backpack knapsack problem, this problem is NP problem, the general algorithm can not be resolved, this information provides some analysis, and some approxi
MATWORK
- 分别使用遗传算法、Hopfiled神经网络和蚁群算法基于MATLAB实现了TSP问题的近似求解。-COMPARATIVE STUDY AND COMPREHENSIVE EVALUATION OF SEVERAL INTELLIGENT ALGORITHMS FOR SOLVING TSP PROBLEM
matlab_tools
- MALAB程序,包括顶点覆盖近似算法,哈密尔顿回路,画等温线,模拟退火应用,生成全排列矩阵,最小生成树Prim算法,最短路径等-MALAB procedures, including vertex cover approximation algorithm, Hamilton circuit, painting isotherms, simulated annealing applications, to generate full-rank matrix, Prim minimum spann
RamdomMincut
- 最小切割的近似算法。希望能够对大家有所参考-Minimum cut approximation algorithm. We hope to be able to reference
NPVertexCover
- NP问题的顶点覆盖问题的近似算法的Vc++实现-NP problem vertex cover problem approximation algorithm Vc++ Achieve