搜索资源列表
经典SVM算法matlab程序
- 经典SVM算法matlab程序 经典程序,不可缺少!
下三角矩阵的逆矩阵的详细算法
- 求下三角矩阵的逆矩阵的详细算法 matlab 矩阵计算
模拟退火算法matlab源程序
- 模拟退火算法matlab源程序
关于免疫遗传算法matlab 程序
- 这是一个有关于免疫遗传算法matlab 程序,This is an on immune genetic algorithm matlab program
matlab.rar
- 蚁群算法 matlab程序(已运行)。以下是解放军信息工程大学一个老师编的matlab程序,请尊重原作者劳动,引用时请注明出处。,Ant colony algorithm matlab program (already running). The following is the PLA Information Engineering University, a teacher for the matlab program, please respect the original author,
matlab-code-2011
- 自适应遗传算法matlab代码,自己编写的,希望对大家有用-Adaptive genetic algorithm matlab code, I have written, and I hope useful! !
matlab编写的量子遗传算法
- 量子遗传算法MATLAB实现,可以作为编程参考(Quantum genetic algorithm MATLAB implementation, can be used as a programming reference)
十大算法matlab程序
- 十大算法MATLAB程序,可用于数学建模,算法和程序相对应(the algorithm of matlab)
遗传算法MATLAB源代码,TPS
- 运用matlab遗传算法解决TPS,实用(Using Matlab genetic algorithm to solve TPS, practical)
遗传算法matlab
- 这是一个能运行的DV-Hop的MATLAB仿真程序,大家可以学习使用(This is a can run DV-Hop MATLAB simulation program, we can learn to use)
SVM算法matlab程序
- SVM(Support Vector Machine) 支持向量机算法,遥感影像分类,matlab(SVM (Support Vector Machine) support vector machine algorithm, remote sensing image classification, matlab)
免疫算法-matlab程序
- 结合实例详细介绍了免疫克隆算法优化函数的程序 (Detail with examples immune clone algorithm to optimize the function of the program)((Detail with examples immune clone algorithm to optimize the function of the program))
遗传算法matlab程序
- 遗传算法matlab程序,用于最优化问题的求解。原理可以参考其他资料(Genetic algorithm matlab program)
预测控制DMC算法matlab
- DMC:即动态矩阵控制(Dynamic Matrix Control)。是一种基于计算机控制的技术,它是一种增量算法,并基于系统的单位阶跃响应,适用于稳定的线性系统。系统的动态特性中具有纯滞后不影响该算法的直接应用。DMC的控制结构主要由预测模型、滚动优化、误差校正和闭环控制形式构成。(DMC: Dynamic Matrix Control. Is a computer-based technology, it is an incremental algorithm, and based on
fisher算法matlab源程序
- fisher算法matlab源程序,Fisher系数F,又称距离可分性测度,用来评价类间分离程度的函数(Fisher algorithm matlab source program, Fisher coefficient F, also called distance separability measure, is used to evaluate the degree of separation between classes.)
均匀线阵DOA估计Unitary -ESPRIT算法MATLAB程序
- 均匀线阵DOA估计Unitary -ESPRIT算法MATLAB程序(Unitary -ESPRIT for ULA)
遗传算法
- 基于带容量车辆约束问题算法MATLAB源码(MATLAB algorithm based on capacity constrained vehicle routing problem)
遗传算法MATLAB代码(完整)
- 遗传算法MATLAB代码(完整),Matlab程序(Genetic algorithm MATLAB code (complete), Matlab program)
蚁群算法matlab源码
- 用matlab的蚁群算法,求城市间最短路径,(Finding the Shortest Path Between Cities)
Isomap降维算法MATLAB代码实现
- Isomap降维算法MATLAB代码实现。isomap最主要的优点就是使用“测地距离”,而不是使用原始的欧几里得距离,这样可以更好的控制数据信息的流失,能够在低维空间中更加全面的将高维空间的数据表现出来。机器学习。流形学习。降维