资源列表
同时定位与建图
- 扩展卡尔曼滤波,智能移动机器人通过路标点来不断更新状态的MATLAB算法
贪婪算法仿真
- 基于matlab平台使用贪婪算法最终实现多智能体覆盖问题(Multi agent coverage problem using greedy algorithm)
DBSCAN算法Matlab实现
- 基于密度的聚类算法 它将簇定义为密度相连的点的最大集合,能够把具有足够高密度的区域划分为簇,并可在噪声的空间数据库中发现任意形状的聚类(Density based clustering algorithm It defines the cluster as the largest set of density connected points, and can divide the region with enough high density into clusters, and can f
NSGA2 eva
- nsga-2 遗传算法,应用于ieee-33节点系统中,方便快捷,好用。(Nsga-2 genetic algorithm is applied in ieee-33 node system, which is convenient, fast and easy to use.)
稀疏偏最小二乘
- 通过L1和L2范数对偏最小二乘的框架参数进行求解,实现偏最小二乘的稀疏表示。
船舶仿真
- 基于matlab用神经网络控制船舶航向的仿真程序(Simulation program of ship course control with neural network based on MATLAB)
CCF-master
- Contrast fidelity measurement
网络抗毁性,MATLAB仿真
- Matlab中对建立好的网络进行节点/连边随机、蓄意攻击,用最大连通子图、网络效率来衡量网络的抗毁性,并找出最关键的节点的仿真程序。(In MATLAB, the nodes / edges of the established network are attacked randomly and intentionally. The invulnerability of the network is measured by the maximum connectivity sub graph a
改进的快速粒子群优化算法
- MATLAB基于改进快速粒子群优化算法,有利于快速优化数值计算
二维热场matlab程序
- 采用边界元法求解二维平面上热传播问题的MATLAB程序(MATLAB program for solving heat propagation in two dimensional plane by boundary element method)
一般线性有领导
- 一般线性多智能体系统,在有领导者时的仿真情况(Simulation of general linear multi-agent system wit leader)
tsne降维算法
- tsne降维算法,目前最好用的降维方法之一 可直接使用