Cuckoo optimization algorithm via Grey wolf optimizer
Versione 1.0.0 (4,67 KB) da
Pavel
• COGWO blends cuckoo eggs+migration with wolf moves. • It clusters, spawns variants then refines. • It clamps bounds, caps size, logs best.
- COA exploration: Each agent lays eggs within a local radius tied to search-range and egg share; new eggs are sampled around parents, the worst fraction is discarded, and the population is trimmed back to a fixed size.
- COA migration: The population is clustered into habitats; a focal habitat is chosen by average fitness, and all agents move a controlled step toward its best member with a small random directional deviation.
- GWO exploitation: Inside each habitat, three leaders (alpha, beta, delta) guide the rest; agents update their positions toward the leaders using time-decreasing influence to intensify search near promising areas.
- Hybrid loop & constraints: Each iteration evaluates fitness, clusters, migrates, lays eggs and culls, merges and truncates, then applies the GWO update—while positions are clamped to the variable bounds.
- Convergence tracking: The global best-so-far (strongest alpha across habitats) is updated after the full iteration and logged to produce a monotone convergence curve for minimization.
Cita come
Pavel (2025). Cuckoo optimization algorithm via Grey wolf optimizer (https://it.mathworks.com/matlabcentral/fileexchange/181972-cuckoo-optimization-algorithm-via-grey-wolf-optimizer), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2025a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxTag
Riconoscimenti
Ispirato da: Cuckoo Optimization Algorithm, Grey Wolf Optimizer (GWO)
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Versione | Pubblicato | Note della release | |
---|---|---|---|
1.0.0 |