MetaQuotes:
Atomic Orbital Search Algorithm - Atomic Orbital Search (AOS) has been published:
Author: Andrey Dik
This is the whole system, which includes physics, maths, chess, etc.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Check out the new article: Atomic Orbital Search (AOS) algorithm.
In simple terms, in AOS the population of candidate solutions can be figuratively represented as a molecule, where the atoms correspond to coordinates in the search space, and the electrons in these atoms correspond to specific solutions. Thus, if the population consists of 50 candidate solutions, then in each atom there will be 50 electrons distributed across the layers according to the log-normal distribution.
In the description of the algorithm, the author does not indicate how the diameter of the atom outer layer is determined, implying that the atom nucleus is located in the center in relation to the layers. This means that the atom, together with the layers, moves within the given boundaries of the problem. To give the algorithm greater flexibility, we agree that the diameter of the outer layer will correspond to the [min; max] range for the corresponding coordinate in the search space, and the center of the atomic nucleus will be located at the point of the best global solution for the given coordinate. Visually, the model of an atom in AOS can be represented in Figure 1.
Figure 1. Model of an atom in the AOS algorithm, where the dots represent electrons and the dotted line represents the log-normal distribution of electrons
Author: Andrey Dik