Shiva Utrathandavam Optimization Algorithm
Version 1.0.0 (2.24 KB) by
praveen kumar
sphere function is tested
Explanation of the Algorithm
- Creation Phase: The algorithm generates new solutions randomly to explore the search space.
- Preservation Phase: It retains the best solutions to ensure convergence toward an optimal solution.
- Destruction Phase: The algorithm eliminates a fraction of the poorer solutions and replaces them with new random solutions to maintain diversity.
- Chaos and Balance Mechanism: Controlled disturbances are periodically introduced to escape local optima and balance the search process.
You can customize the parameters, such as the destruction ratio or the frequency of disturbances, to suit specific optimization problems. This implementation provides a basic structure, which can be further refined or extended based on your needs.
MATLAB Release Compatibility
Created with
R2024b
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
SUTHRA
Version | Published | Release Notes | |
---|---|---|---|
1.0.0 |