基本信息
源码名称:Differential Search Algorithm: A modernized particle swarm optimization algorithm
源码大小:0.01M
文件格式:.zip
开发语言:MATLAB
更新时间:2022-02-25
   源码介绍

Differential Search Algorithm: A modernized particle swarm optimization algorithm

Differential Search Algorithm (DSA) is a new and effective evolutionary algorithm for solving real-valued numerical optimization problems. DSA was inspired by migration of superorganisms utilizing the concept of stable-motion. The problem solving success of DSA was compared to the successes of ABC, JDE, JADE, SADE, EPSDE, GSA, PSO2011 and CMA-ES algorithms for solution of numerical optimization problems. DSA is a multi-strategy based, advanced evolutionary algorithm. DSA analogically simulates a superorganism that migrates between two stopovers. Standard DSA has four different search-methods; bijective-DSA (B-DSA), surjective-DSA (S-DSA), Elitist(1)-DSA (E1-DSA), and Elitist(2)-DSA (E2-DSA). Hybridization of DSA (H-DSA) search methods is quite easy.

.
├── ds_code (optimized)
│   ├── circlefit.m
│   ├── ds.m
│   ├── main.m
│   ├── plotcircle.m
│   ├── rosenbrock.m
│   ├── speedreducer.m
│   ├── step2.m
│   └── weierstrass.m
├── ds_code (standard)
│   ├── circlefit.m
│   ├── ds.m
│   ├── main.m
│   ├── plotcircle.m
│   ├── rosenbrock.m
│   ├── speedreducer.m
│   ├── step2.m
│   └── weierstrass.m
└── 好例子网_DSA_matlab.zip

2 directories, 17 files