Discussing the article: "Elite Crystal Evolution Algorithm (CEO-inspired): Practical Implementation"
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: Elite Crystal Evolution Algorithm (CEO-inspired): Practical Implementation.
We continue our discussion of the specific methods of the ECEA optimization algorithm, the concept of which was introduced in the previous article. Let me remind you that the developed algorithm operates on a population of crystals that are dynamically divided into two groups: elite (analogous to frozen crystals) and regular (analogous to unfrozen crystals). Elite crystals perform an intensive local search with an adaptively decreasing step size, ensuring exploitation of the identified promising regions. Regular crystals use three movement strategies with probabilities of 40–30–30 percent: directed movement toward the globally best solution (exploitation), movement toward the nearest elite agent and the center of mass of the elite group (moderate exploitation), and exploratory random jumps at two scales (exploration). A periodic "wind" effect regenerates the worst non-elite crystals with a probability of ten percent, ensuring population diversification. All right, let's keep going.
Author: Andrey Dik