搜索资源列表
DOA估计中的基本music算法
- DOA估计中的基本music算法,一个是有问题的,另一个是针对前一个的改进,有重大学习意义-DOA estimates of basic music algorithm is a problem, the other is aimed at improving the one before, meaning a major study
基本LMS
- 上次传的有点小问题,这个已经解决,是基本LMS算法的matlab实现。-previous biographies of some minor problems, this has been resolved, the LMS is the basic algorithm to achieve the Matlab.
musci经典算法
- 最基本的music算法,2张图
matlab模拟退火算法
- 介绍模拟退火算法的基本原理和步骤,提供SA(模拟退火算法)的标准源程序,是初学者很好的资料
Matlab实现Apriori算法
- 简单的用Matlab实现关联规则基本算法Apriori算法,打开Matlab 目录调至压缩包解压的目录下,直接在matlab上运行test,有测试数据。
SGA.rar
- 基本的遗传算法matlab语言实现,可变换其中的目标函数,实现计算,Basic genetic algorithm matlab language can transform one of the objective function, the realization of the calculation
the_tree.rar
- matlab实现的最小生成树的两种最基本的算法即Kruskal,Prim。,matlab realization of the minimum spanning tree algorithm that is, the two most basic Kruskal, Prim.
cx
- 仿射变换和猫脸变换是图像加密算法中最基本的算法之一,很多重要的加密算法都是在此基础发展而成的,该程序供研究加密算法的初学者参考使用。-Affine transformation and cats face is the most basic image encryption algorithm in one of many important cryptographic algorithms are evolved on this basis, the program for research
sga
- 基本遗传算法的matlab源程序,bstr2rval.m为基本编码转为实际值子函数,createPop.m创建初始种群子函数,crossOper.m基因交叉子函数,indiEval.m个体实际值子函数,mutateOper.m基因变异子函数,selectOper.m选择算子子函数,sga.m基本遗传算法子函数-The basic genetic algorithm matlab source, bstr2rval.m as the basic coding to the actual value
jibenyichuansuanfa
- 这是基于基本遗传算法的函数最优化的matlab程序-This is based on a function of the basic genetic algorithm matlab optimization procedures
GA
- 这是一个c++实现的基本遗传算法 很好用的,只要按照提示输入数值区间就行了或者自己把那个函数改一下就可以做了。-c++ to achieve a good basic genetic algorithm used
GA
- 用Matlab编写的基本遗传算法程序,适合于初学者-Prepared using Matlab basic genetic algorithm, suitable for beginners
genetic
- 基本遗传算法的MATLAB实现,可自行调试参数-genetic algorithm
遗传算法
- 基本的遗传算法实现,求解函数极值,简单易懂,适用于初学者(Basic genetic algorithm to solve the extremum of function)
基本遗传算法
- 基本遗传算法应用实例。用基本遗传算法求下面函数的最大值。F=x^3-60*x^2+900*x+100,0<=X<=30.个体数目去50,最大进化代数取100,离散精度去0.01,杂交概率取0.9.(Application examples of basic genetic algorithm. Apply the basic genetic algorithm to the maximum of the following functions. F=x^3-60*x^2+900*x+
ESPRIT和多种改进的MUSIC算法的对比
- 基本esprit算法,rootMUSIC算法,和改进MUSIC算法对比,参数可调(Basic ESPRIT algorithm, rootMUSIC algorithm, and improved MUSIC algorithm contrast, adjustable parameters)
遗传算法求解VRP问题的技术报告
- 本文通过遗传算法解决基本的无时限车辆调度问题。采用车辆和客户对应排列编码的遗传算法,通过种群初始化,选择,交叉,变异等操作最终得到车辆配送的最短路径。通过MATLAB仿真结果可知,通过遗传算法配送的路径为61.5000km,比随机配送路径67km缩短了5.5km。此结果表明遗传算法可以有效的求解VRP问题。(In this paper, genetic algorithm is used to solve the basic vehicle scheduling problem without
基本BP算法
- 基本bp算法,输入随机生成样本训练网络,利用训练好的网络对输出值进行预测(Basic BP algorithm, input random generation sample training network)
jibenBP
- 实现基本的反向传播神经网络算法,利用matlab对其进行编程实现(Realize the basic back propagation neural network algorithm, using matlab to program its implementation)
粒子群算法演示1
- 用罚函数处理约束条件 基本的粒子群算法 求解了一个简单的算例(Using Penalty Function to Handle Constraints Basic Particle Swarm Optimization)