资源列表
引导滤波
- 该文件中主要是何凯明的引导滤波算法,他主要实现图像滤波,图像增强,图像扣图,图像锐化等,里面含有相关的图像。
L-BFGS
- 有限记忆算法,用于处理大规模算法,算法原理为把不断迭代的牛顿矩阵分解并部分抵消达到减少运算量的目的(limit memory,for large-scale algorithms. The principle of the algorithm is to decompose and partially cancel the iterative Newton matrix in order to reduce the computational complexity.)
SCA:用于解决优化问题的正弦余弦算法
- 用于求解单目标优化问题的正弦余弦算法。 SCA创建多个初始随机候选解决方案,并要求它们使用基于正弦和余弦函数的数学模型向外波动或朝向最佳解决方案。几个随机和自适应变量也被集成到该算法中,以强调在不同的优化里程碑中探索和利用搜索空间。 压缩包包括:发表的论文、优化算法代码、优化工具箱。(Sine-cosine algorithm for solving single objective optimization problems. SCA creates multiple initial ra
灰太狼优化算法
- GWO算法模拟了灰狼在自然界中的领导层次和狩猎机制。四种类型的灰狼,如alpha,beta,delta和omega,用于模拟领导层次结构。此外,实施狩猎,搜寻猎物,环绕猎物和攻击猎物的三个主要步骤以执行优化。 压缩包包括:发表的论文、优化算法代码、优化工具箱。(The GWO algorithm mimics the leadership hierarchy and hunting mechanism of grey wolves in nature. Four types of grey wo
鲸鱼优化算法
- 鲸鱼优化算法(WOA)是一种用于解决优化问题的新优化技术。该算法包括三个算子,用于模拟猎捕鲸鱼的猎物,环绕猎物和泡泡网觅食行为。 压缩包具体包括该算法的发表论文、源代码、matlab工具箱。(Whale optimization algorithm (WOA) is a new optimization technology for solving optimization problems. The algorithm consists of three operators, which a
cluster
- 聚类的算法,包括K-means,密度聚类,密度比聚类,谱聚类等(Clustering algorithm, including k-means, density clustering, density ratio clustering, spectral clustering, etc)
code
- 这个程序是关于轴承刚度方程的MATLAB程序(This program is about the bearing stiffness equation MATLAB program)
shallow_water_2d
- 利用数值计算 求解浅水方程,利用了Lax-wendroff有限差分,并附有输出图像展示(The shallow water equation is solved by numerical calculation, and the Lax-Wendroff finite difference method is used with output image display.)
固定系统一致性
- matlab .m文件,包括一阶二阶有领导、无领导仿真(Including first-order and second-order simulation with and without leadership)
Traveling Salesman Problem with ICA
- Traveling Salesman Problem with Imperialist Competitive Algorithm (ICA)
main
- 对两组温度进行估计,并通过分布式卡尔曼滤波算法进行融合(Two sets of temperature are estimated and fused by distributed Kalman filter algorithm.)
数字图像处理
- 对512x512的lenagray.jpg图像分别采样为256x256、128x128、64x64的图像; 对lenagray.jpg图像分别量化为64级灰度图像、32级灰度图像、8级灰度图像和4级灰度图像。(The lenagray. jpg images of 512x512 were sampled as 256x256, 128x128 and 64x64 images respectively. The lenagray.jpg image is quantized into 64-l