In mathematics, the spiral optimization (SPO) algorithm is a metaheuristic 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 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).
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
max
(termination criterion) is as follows: The search performance depends on setting the composite rotation matrix
( θ )
, the step rate
, and the initial points
The following settings are new and effective.
This setting is an effective setting for high dimensional problems under the maximum iteration
together ensure that the spiral models generate descent directions periodically.
works to utilize the periodic descent directions under the search termination
Note that this condition is almost all satisfied by a random placing and thus no check is actually fine.
This setting ensures that the SPO algorithm converges to a stationary point under the maximum iteration
and the initial points
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.