资源列表
代码
- 基与遗传算法的动态规划,可以解决对于有时间窗约束的多目标车辆寻路问题(HUBThe dynamic programming of base and genetic algorithm can solve the problem of multi-objective vehicle routing problem with time window constraints)
蚁群算法
- 基于matlab的蚁群算法可以实现多目标的寻轨迹问题(Matlab based ant colony algorithm can achieve multi target tracking problem)
chap2_1
- 最小二乘法(又称最小平方法)是一种数学优化技术。它通过最小化误差的平方和寻找数据的最佳函数匹配。利用最小二乘法可以简便地求得未知的数据,并使得这些求得的数据与实际数据之间误差的平方和为最小。最小二乘法还可用于曲线拟合。其他一些优化问题也可通过最小化能量或最大化熵用最小二乘法来表达。(The least square method (also called the least square method) is a mathematical optimization technique. It m
MATLAB sample code exercise2,2
- matlabExercisec2.2, 2.3 , 2.7
Description of kmeanlbg
- lbg algorithma for clustering
eeg_feature_extraction
- 对eeg的五个波段进行提取, 脑电信号数据原始采集的脑电,输出5个不同波段幅值,(extract 5 wave bands of eeg signals)
gram_schmidt
- 施密特正交化矩阵,使任意矩阵单位化,求出单位正交的矩阵。(Schmidt orthogonalization matrix, unit of arbitrary matrix)
Nmpc.m
- 非线性MPC问题求解,简单但是基本的例子(to solve the NMPC problem)
计算物理作业答案参考
- 计算雷纳德琼斯势,计算开普勒三定律等重要程序(Calculating the Renard Jones potential and calculating the important procedures such as the three law of Kepler)
矩阵的Cholesky分解的Matlab实现_杨蕊
- 介绍了矩阵的 Cholesky 分解算法,结合实例用 Matlab编程实现了矩阵的 Cholesky 分解.(In this paper, The algorithm of Cholesky decomposition for matrix was introduced, and the routine was brought into effect based on matlab according to instance.)
quadtree
- quadtree matlab code
基于线性滤波法的脉动风速模拟
- 详细介绍了自回归技术公式,同时采用此技术模拟具有空间相关性的随机风荷载,给出了用自回归技术模拟脉动风荷载的步骤以及具体 MATLAB程序(In this paper, the technology of autogressivemodel is introduced. Stochasticwind loadingw ith time and spatial correlation is generated by the autogressive-type simulationmethod, gi