资源列表
Lec10_L0_SVDD_Oulier_detection.m
- Lec6_SVDD_2_CLASSES support vector data descr iption of the matlab code
license.txt
- support vector data descr iption of the matlab code
基于罚函数的粒子群算法
- 基于罚函数法的粒子群算法,处理优化调度问题(Particle swarm optimization based on penalty function method to deal with optimal scheduling problem)
Basic optimization algorithm program
- 基本优化算法程序,乘子法、信赖域法等matlab程序(Basic optimization algorithm program, multiplier method, trust region method, and so on MATLAB program)
helicopter_simulation
- Matlab simulation of helicopter dynamics
dcmotorACO
- DC motor PID tuning using ACO
jack_immune
- Ant colony algorithm source code in matlab
DTC_DTC
- 搭建的异步电机直接转矩控制,开关选择表加入了零矢量,磁链效果还可以(Asynchronous machine)
新建文件夹
- 遗传算法工具箱解决函数最小值问题,简单的滤波器函数构造(Genetic algorithm toolbox to solve the function minimum problem, a simple structure of the filter function)
基于遗传算法的人工势场法
- 将遗传算法与人工势场法结合,通过筛选,确定最佳参数(Combining the genetic algorithm with the artificial potential field method, the optimum parameters are determined by screening.)
PCM
- 文件包含源代码,能够实现pcm编译码,易于大学生对pcm编码的学习(PCM matlab simulation)
dijkstra
- 是从一个顶点到其余各顶点的最短路径算法,解决的是有向图中最短路径问题。迪杰斯特拉算法主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止(It is the shortest path algorithm from one vertex to the other vertices, and the shortest path problem in the directed graph is solved. The main feature of the Dijkstra algorithm