资源列表
典型的多目标粒子群算法
- 典型的多目标粒子群算法,用于求解多目标优化问题(Typical multi-objective particle swarm optimization algorithm for solving multi-objective optimization problems)
DMD
- 快照数据的动态模态分解,获得基模态和对应的特征值,包括频率和增长率,以及数据后处理。(Dynamic modal decomposition of snapshot data to obtain basic modes and corresponding eigenvalues, including frequency and growth rate, and data post-processing.)
DEGWO
- 一种差分进化与灰狼算法结合的混合算法,可以运行。(A hybrid algorithm combining differential evolution and gray Wolf algorithm.)
gabor反褶积用于地震数据
- 对地震数据进行gabor域的反褶积,提高地震数据的主频,进而提高地震分辨率(Deconvolution of seismic data in Gabor domain can improve the main frequency of seismic data and the seismic resolution.)
matlab_SST2
- 同步挤压小波变换的扩展:二阶同步挤压小波变换的程序。(Extension of Synchronized Extrusion Wavelet Transform: Procedure of Second Order Synchronized Extrusion Wavelet Transform.)
1.5维能量谱
- 1.5维能量谱matlab程序,有需要的可以下来看看(1.5-dimensional energy spectrum matlab program)
代码
- 基于量子蚁群算法优化BP神经网络的初始权值阈值,用于分类问题
Matlab_动态窗口法_demo
- 本文件是机器人动态窗口法的源代码,用于实现机器人在障碍环境下的模拟避碰仿真。(This file contains the source code of the robot dynamic window method, which is used to realize the simulation of the robot in the obstacle environment.)
120
- 实现自适应动态规划算法,二维轨迹跟踪,acor-critic网络(Realization of ADP algorithm, two-dimensional track tracking)
sw_detonation-master
- 这是计算爆轰的程序,精度还不错,可以试试(matlab code for detonation)
基于蚁群算法的三维路径规划算法
- 这是基于蚁群算法的无人机航迹规划实例程序,里面包含所有源代码,平台为matlab。(This is an example program of UAV path planning based on ant colony algorithm, which contains all the source code and the platform is matlab.)
五阶weno格式求解rod问题
- 运用五阶weno格式对一维rod问题进行求解,时间推进采用三阶Runge-Kutta方法。