资源列表
遗传算法
- MATLAB仿真源代码,遗传算法优化。有仿真图。性能良好。(Matlab simulation source code,)
改进智能水滴算法
- 求解送取货且带时间窗的绿色车辆路径与调度优化问题(Solving the green vehicle routing and scheduling optimization problem with time window)
模拟退火算法
- 用于标准VRP问题的模拟退火算法,可运行,适合新手学习。(The simulated annealing algorithm for standard VRP Problem can be run and is suitable for novice learning.)
PSO算法
- 粒子群算法求解标准VRP问题,带有十个小型算例,可运行,适合新手学习。(Particle swarm optimization (PSO) is used to solve the standard VRP Problem, with ten small examples, which can be run, and is suitable for novice learning.)
NOMA_OFDM_2017
- NON ORTHOGONAL MULTIPLE ACCESS WITH SIC
强化学习仿真程序
- DHP HDP 还有修改过程中的文件 希望能有帮助 模型离散化
一维高斯随机粗糙面建模
- 一维高斯随机粗糙面的MATLAB实现代码,采用蒙塔卡罗方法建模,分为粗糙面建模函数模块和调用函数模块
MATLAB曲线拟合程序
- 此代码为一段用MATLAB编写的二维曲线拟合程序
蒙特卡洛—matlab
- 蒙特卡洛计算的程序,可用于电力系统中的潮流优化,并且可获得很好的结果。(The program of Monte Carlo calculation can be used for power flow optimization in power system, and good results can be obtained.)
遗传算法VRP
- 一个求解vrp问题的简单代码,多车辆处理多任务点。(A simple code for solving VRP)
群搜索优化算法及其改进算法
- 文件内部包含原始GSO算法的原论文及其相应代码,还有改进后的SGSO算法的论文及其相应代码。
自适应小波阈值算法matlab源码
- 包含自适应小波阙值算法相应论文及其源码,在去噪方面有很好的效果。