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: Beetle Swarm Optimization (BSO).
Beetle Swarm Optimization Algorithm expands the population to a group of beetles, each of which retains the two-antenna detection mechanism but exchanges information with its peers according to rules borrowed from PSO. Each beetle’s position is updated as a weighted combination of two components: the PSO component guides the beetle toward the personal and global best solutions, while the BAS component adjusts its movement based on the local gradient estimated by a pair of antennae. The coefficient "λ" governs the balance between the swarm's "social knowledge" and each individual's "personal perception."
In this article, we will examine the mathematical framework of the BSO algorithm, break down all the key formulas, and present detailed pseudocode and an implementation in MQL5 within the standard test bench for comparing metaheuristic algorithms.
Author: Andrey Dik