DE SVR(差分进化)我要分享

2016.11.03 DE_SVR (differential evolution)

优化SVR算法 优化 SVR算法 DE 差分进化

关注次数: 320

下载次数: 3

文件大小: 5KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

以优化SVR算法的参数c和g为例,对DE(差分进化)算法MATLAB源码进行了详细中文注解。


English Description:

Differential Evolution algorithm (DE) is a heuristic random search algorithm based on group differences. This algorithm is proposed by R.S and k.p. rice for solving Chebyshev polynomials. DE algorithm is also an intelligent optimization algorithm, which is similar to the previous heuristic algorithm, such as ABC, PSO, etc., which is a heuristic optimization algorithm. The DE algorithm is an optimization algorithm that I used in solving the case study of box coverage.


代码预览

2016.11.03DE_SVR

2016.11.03DE_SVR\fobj.m

2016.11.03DE_SVR\init_individual.m

2016.11.03DE_SVR\mycdfr.m

2016.11.03DE_SVR\myfvd.m

2016.11.03DE_SVR\mymae.m

2016.11.03DE_SVR\mymape.m

2016.11.03DE_SVR\mymse.m

2016.11.03DE_SVR\my_DE_SVR.m

2016.11.03DE_SVR\my_DE_SVR_demo.m

2016.11.03DE_SVR\wndspd.mat