Skip to content
/ AHPSO Public

AHPSO: Altruistic Heterogeneous Particle Swarm Optimisation Algorithm

Notifications You must be signed in to change notification settings

FTVarna/AHPSO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

AHPSO

AHPSO: Altruistic Heterogeneous Particle Swarm Optimisation Algorithm for Global Optimisation.

Paper Link: https://ieeexplore.ieee.org/document/9660149

Cite as:
F. T. Varna and P. Husbands, "AHPSO: Altruistic Heterogeneous Particle Swarm Optimisation Algorithm for Global Optimisation," 2021 IEEE Symposium Series on Computational Intelligence (SSCI), 2021, pp. 1-8, doi: 10.1109/SSCI50451.2021.9660149.

Abstract:

This paper introduces a new particle swarm optimisation variant: the altruistic heterogeneous particle swarm optimisation algorithm (AHPSO). The algorithm conceptualises particles as energy-driven agents with bio-inspired altruistic behaviour. In our approach, particles possess a current energy level and an activation threshold and are in one of two possible states (active or inactive) depending on their energy levels at time t. The idea of altruism is used to form lending-borrowing relationships among particles to change an agent's state from inactive to active, and the main search mechanism exploits this idea. Diversity in the swarm, which prevent premature convergence, is maintained via agent states and the level of altruistic behaviour particles exhibit. The performance of AHPSO was compared with 11 metaheuristics and 12 state-of-the-art PSO variants using the CEC'17 and CEC'05 test suites at 30 and 50 dimensions. The AHPSO algorithm outperformed all 23 comparison algorithms on both benchmark test suites at both 30 and 50 dimensions.