HGAPSO

Version 1.3 (7.46 KB) by Ahmed raafat
MatLab Optimzation Code
736 Downloads
Updated 6 Feb 2019
The Idea of this Algorithm
first we generate random solutions
then we start the first part of iteration GA and compare GA results with PSO results and choose best
these solution go to PSO Algorithm and create new solution and compare the new solutios with GA and choose best
and so on like Cuckoo algorithm ( CA )
**update Notes : fixed an issue with Mutate.m for higher dimensions ( for some reasons it has been fixed on github , so here the line you need to write
y(j)=x(j)+sigma(j)*randn(size(j));
in Line 30
for more information
eng.abo.lregal@gmail.com

Cite As

Ahmed raafat (2024). HGAPSO (https://github.com/AboLregal/HGAPSO/releases/tag/v1.3), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2018b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
1.3

See release notes for this release on GitHub: https://github.com/AboLregal/HGAPSO/releases/tag/v1.3

1.2.1.1

fixing Summary error

1.2.1

GitHub

1.2.0

more speed to get the optimum

1.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.