Spiral optimization algorithm

This is an old revision of this page, as edited by Somahjoubi (talk | contribs) at 16:12, 6 October 2019 (Extended works). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The spiral optimization (SPO) algorithm is an uncomplicated search concept inspired by spiral phenomena in nature. The first SPO algorithm was proposed for two-dimensional unconstrained optimization [1] based on two-dimensional spiral models. This was extended to n-dimensional problems by generalizing the two-dimensional spiral model to an n-dimensional spiral model.[2] There are effective settings for the SPO algorithm: the periodic descent direction setting [3] and the convergence setting .[4]

The spiral shares the global (blue) and intensive (red) behavior.

Metaphor

The motivation for focusing on spiral phenomena was due to the insight that the dynamics that generate logarithmic spirals share the diversification and intensification behavior. The diversification behavior can work for a global search (exploration) and the intensification behavior enables an intensive search around a current found good solution (exploitation).

Algorithm

 
Spiral Optimization (SPO) algorithm

The SPO algorithm is a multipoint search algorithm that has no objective function gradient, which uses multiple spiral models that can be described as deterministic dynamical systems. As search points follow logarithmic spiral trajectories towards the common center, defined as the current best point, better solutions can be found and the common center can be updated. The general SPO algorithm for a minimization problem under the maximum iteration   (termination criterion) is as follows:

0) Set the number of search points   and the maximum iteration number  .
1) Place the initial search points   and determine the center  ,  ,and then set  .
2) Decide the step rate   by a rule.
3) Update the search points:  
4) Update the center:   where  .
5) Set  . If   is satisfied then terminate and output  . Otherwise, return to Step 2).

Setting

The search performance depends on setting the composite rotation matrix  , the step rate  , and the initial points  . The following settings are new and effective.

Setting 1 (Periodic Descent Direction Setting)[3]

This setting is an effective setting for high dimensional problems under the maximum iteration  . The conditions on   and   together ensure that the spiral models generate descent directions periodically. The condition of   works to utilize the periodic descent directions under the search termination  .

  • Set   as follows:  where   is the   identity matrix and   is the   zero vector.
  • Place the initial points     at random to satisfy the following condition:

  where  . Note that this condition is almost all satisfied by a random placing and thus no check is actually fine.

  • Set   at Step 2) as follows:  where a sufficiently small   such as   or  .


Setting 2 (Convergence Setting)[4]

This setting ensures that the SPO algorithm converges to a stationary point under the maximum iteration  . The settings of   and the initial points   are the same with the above Setting 1. The setting of   is as follows.

  • Set   at Step 2) as follows:  where   is an iteration when the center is newly updated at Step 4) and   such as  . Thus we have to add the following rules about   to the Algorithm:
•(Step 1)  .
•(Step 4) If   then  .

Future works

  • The algorithms with the above settings are deterministic. Thus, incorporating some random operations make this algorithm powerful for global optimization. Cruz-Duarte et al.[5] demonstrated it by including stochastic disturbances in spiral searching trajectories. However, this door remains open to further studies.
  • To find an appropriate balance between diversification and intensification spirals depending on the target problem class (including  ) is important to enhance the performance.

Extended works

Many extended studies have been conducted on the SPO due to its simple structure and concept; these studies have helped improve its global search performance and proposed novel applications [6] [7] [8] [9] [10] [11] .

Future works

[11]== References ==

  1. ^ Tamura, K.; Yasuda, K. (2011). "Primary Study of Spiral Dynamics Inspired Optimization". IEEJ Transactions on Electrical and Electronic Engineering. 6 (S1): 98–100.
  2. ^ Tamura, K.; Yasuda, K. (2011). "Spiral Dynamics Inspired Optimization". Journal of Advanced Computational Intelligence and Intelligent Informatics. 132 (5): 1116–1121.
  3. ^ a b Tamura, K.; Yasuda, K. (2016). "Spiral Optimization Algorithm Using Periodic Descent Directions". SICE Journal of Control, Measurement, and System Integration. 6 (3): 133–143. doi:10.9746/jcmsi.9.134.
  4. ^ a b Tamura, K.; Yasuda, K. (2017). "The Spiral Optimization Algorithm: Convergence Conditions and Settings". IEEE Transactions on Systems, Man, and Cybernetics: Systems. PP (99): 1–16. doi:10.1109/TSMC.2017.2695577.
  5. ^ Cruz-Duarte, J. M., Martin-Diaz, I., Munoz-Minjares, J. U., Sanchez-Galindo, L. A., Avina-Cervantes, J. G., Garcia-Perez, A., & Correa-Cely, C. R. (2017). Primary study on the stochastic spiral optimization algorithm. 2017 IEEE International Autumn Meeting on Power, Electronics and Computing (ROPEC), 1–6. https://doi.org/10.1109/ROPEC.2017.8261609
  6. ^ Nasir, A. N. K.; Tokhi, M. O. (2015). "An improved spiral dynamic optimization algorithm with engineering application". IEEE Trans. Syst.,Man, Cybern., Syst. 45 (6): 943–954.
  7. ^ Nasir, A. N. K.; Ismail, R.M.T.R.; Tokhi, M. O. (2016). "Adaptive spiral dynamics metaheuristic algorithm for global optimisation with application to modelling of a flexible system". Appl. Math. Modell. 40 (9–10): 5442–5461.
  8. ^ Ouadi, A.; Bentarzi, H.; Recioui, A. (2013). "multiobjective design of digital filters using spiral optimization technique". SpringerPlus. 2 (461): 697–707.
  9. ^ Benasla, L.; Belmadani, A.; Rahli, M. (2014). "Spiral optimization algorithm for solving combined economic and Emission Dispatch". Int. J. Elect. Power & Energy Syst. 62: 163–174.
  10. ^ Sidarto, K. A.; Kania, A. "Finding all solutions of systems of nonlinear equations using spiral dynamics inspired optimization with clustering". JACIII. 19 (5): 697–707.
  11. ^ a b Kaveh, A.; Mahjoubi, S. (October 2019). "Hypotrochoid spiral optimization approach for sizing and layout optimization of truss structures with multiple frequency constraints". Engineering with Computers. 35 (4): 1443–1462.