Slime Mould Algorithm

From Wikiversity
Jump to navigation Jump to search
Different phases of the slime mould algorithm (SMA)

Slime mould algorithm (SMA) is a population-based optimization technique [1], which is proposed based on the oscillation style of slime mould in nature [2]. The SMA has a unique mathematical model that simulates positive and negative feedbacks of the propagation wave of slime mould. It has a dynamic structure with a stable balance between global and local search drifts.


Logic of search[edit | edit source]

Without having any brain or neurons, slime moulds, w:Physarum_polycephalum#Situational_behavior, are extraordinarily intelligent, capable of solving difficult computational problems with extreme efficiency [3]. This single-celled amoeba is able to memorize, make some motion decisions and contribute to changes, and all these can impact on our thinking to intelligent behaviour [4]. This organism can optimize the form of its network by more time as it takes in info [5].

Physarum polycephalum or Slime Mould is growing from an oat flake (center) towards hairy roots of the medicinal plant Valeriana officinalis (left).

Mathematical model[edit | edit source]

Approach food[edit | edit source]

To model the approaching manner of slime mould in the mathematical model of SMA, as a mathematical equation, the next rule is developed to make the start to contraction mode:

(1)

where is a parameter with a interval of , decreases linearly from one to zero. denotes the current iteration, shows the individual position with the highest odor concentration currently explored, is the location vector of slime mould, and are two individuals, that we randomly selected from the current population, is the weight of slime mould. The equation of is as follows:

(2)

where , is the fitness of , is the best fitness attained in all iterations.

The formula of can be expressed as follows:

(3)

(4)

The formula of can be expressed as follows:

(5)

(6)

where show that ranks first half of the swarm, is the random value in the limit of [0,1], is the best fitness attained in the current loop, is the worst fitness value attained in the iterative procedure, is the sequence of fitness values sorted (ascends in the minimum value case).

Wrap food[edit | edit source]

The mathematical rule for the update on the location of slime mould is as follows:

(7)

where and denote the lower and upper limits of the feature range, rand and is the random value in [0. 1].

Oscillation[edit | edit source]

The value of oscillates in a random manner between and gradually approaches zero with more iterations. The value of oscillates among [-1, 1] and converges to zero eventually.

The SMA algorithm[edit | edit source]

  • Inputs: The population size and maximum number of iterations
  • Outputs: The best solution Initialize the the positions of slime mould
    • Calculate the fitness of all slime mould Calculate the by Eq. (5)
    • Update , , ;
    • Update positions by Eq. (7)
  • Return bestFitness and

Application areas[edit | edit source]

Until now, the SMA has solved several real-world optimization problems in science and industry better than many competitive algorithms.

  • The SMA has been used to optimize the Artificial Neural Network Model for Prediction of Urban Stochastic Water Demand [6]
  • The SMA has been employed to estimate the solar photovoltaic cell parameters [7]
  • The SMA integrated with other population-based solver to overcome ISP for COVID-19 chest X-ray images [8]
  • In another experiment, results show that SMA can solve some problems in optimal model parameters of solar PV panels [9].
  • In a study, SMA integrated with chaos solved an SVR-based prediction approach that is presented based on the the K-means clustering [10].

References[edit | edit source]

  1. Li, Shimin; Chen, Huiling; Wang, Mingjing; Heidari, Ali Asghar; Mirjalili, Seyedali (2020-10-01). "Slime mould algorithm: A new method for stochastic optimization". Future Generation Computer Systems 111: 300–323. doi:10.1016/j.future.2020.03.055. ISSN 0167-739X. http://www.sciencedirect.com/science/article/pii/S0167739X19320941. 
  2. Patino-Ramirez, Fernando; Boussard, Aurèle; Arson, Chloé; Dussutour, Audrey (2019-10-28). "Substrate composition directs slime molds behavior". Scientific Reports 9 (1): 15444. doi:10.1038/s41598-019-50872-z. ISSN 2045-2322. https://www.nature.com/articles/s41598-019-50872-z. 
  3. Jabr, Ferris. "How brainless slime molds redefine intelligence". Nature News. doi:10.1038/nature.2012.11811. http://www.nature.com/news/how-brainless-slime-molds-redefine-intelligence-1.11811. 
  4. Adamatzky, Andrew (2011-05-31). "On attraction of slime mould Physarum polycephalum to plants with sedative properties". Nature Precedings: 1–1. doi:10.1038/npre.2011.5985.1. ISSN 1756-0357. https://www.nature.com/articles/npre.2011.5985.1. 
  5. "Slime mould algorithm: A new method for stochastic optimization". metatags.io. Retrieved 2020-12-04.
  6. Zubaidi, Salah L.; Abdulkareem, Iqbal H.; Hashim, Khalid S.; Al-Bugharbee, Hussein; Ridha, Hussein Mohammed; Gharghan, Sadik Kamel; Al-Qaim, Fuod F.; Muradov, Magomed et al. (2020/10). "Hybridised Artificial Neural Network Model with Slime Mould Algorithm: A Novel Methodology for Prediction of Urban Stochastic Water Demand". Water 12 (10): 2692. doi:10.3390/w12102692. https://www.mdpi.com/2073-4441/12/10/2692. 
  7. Kumar, C.; Raj, T. Dharma; Premkumar, M.; Raj, T. Dhanesh (2020-12-01). "A new stochastic slime mould optimization algorithm for the estimation of solar photovoltaic cell parameters". Optik 223: 165277. doi:10.1016/j.ijleo.2020.165277. ISSN 0030-4026. http://www.sciencedirect.com/science/article/pii/S003040262031113X. 
  8. "HSMA_WOA: A hybrid novel Slime mould algorithm with whale optimization algorithm for tackling the image segmentation problem of chest X-ray images". Applied Soft Computing 95: 106642. 2020-10-01. doi:10.1016/j.asoc.2020.106642. ISSN 1568-4946. https://www.sciencedirect.com/science/article/pii/S1568494620305809. 
  9. Mostafa, Manar; Rezk, Hegazy; Aly, Mokhtar; Ahmed, Emad M. (2020-12-01). "A new strategy based on slime mould algorithm to extract the optimal model parameters of solar PV panel". Sustainable Energy Technologies and Assessments 42: 100849. doi:10.1016/j.seta.2020.100849. ISSN 2213-1388. http://www.sciencedirect.com/science/article/pii/S2213138820312765. 
  10. Chen, Z.; Liu, W. (2020). "An Efficient Parameter Adaptive Support Vector Regression Using K-Means Clustering and Chaotic Slime Mould Algorithm". IEEE Access 8: 156851–156862. doi:10.1109/ACCESS.2020.3018866. ISSN 2169-3536. https://ieeexplore.ieee.org/abstract/document/9174730/.