Success history intelligent optimizer (SHIO)

This Code for a novel success history intelligent optimizer (SHIO). reference https://link.springer.com/article/10.1007/s11227-021-04093-9
126 Downloads
Updated 14 Apr 2024

View License

This code for the paper: success history intelligent optimizer (SHIO)
the paper presents a novel stochastic swarm intelligence algorithm called success history intelligent optimizer (SHIO). It offers a solution for single-objective optimization problems by proposing a new exploration and exploitation movement strategy based on the three best solutions found in the search space to create a new movement vector, where each best solution is stored in the memory and subtracted from the average of the three best solutions found so far during the optimization process. The proposed SHIO ensures the efficiency of search space exploration and use. In order to confirm SHIO performance, several performance measurements (search history, trajectory and convergence curves) have been tested and SHIO was used to solve (23) single-objective optimization benchmarking functions. These functions have been classified to unimodal, multimodal and multimodal fixed. Various metrics such as mean, standard deviation, minimum and maximum have been utilized, and quantitative findings have been recorded. Further, trajectory and search history of the qualitative result were visualized. The results of test functions and performance metrics demonstrate that the proposed algorithm can explore various search area locations, make use of potential search space locations while optimizing, avoid local optimism and converge to the global best efficiently. SHIO delivers highly competitive and superior results in the evaluated unimodal and multimodal benchmarks over the compared algorithms. Note that SHIO algorithm source code is available on http://hussamfakhouri.org and open for public use.

Cite As

Fakhouri, H. N., Hamad, F., & Alawamrah, A. (2022). Success history intelligent optimizer. The Journal of Supercomputing, 78(5), 6461-6502.

MATLAB Release Compatibility
Created with R2018a
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!
Version Published Release Notes
3.0.0

Version 3

2.0.0

Updated Code version 2

1.0.0