Evaluating dual-strategy salp swarm optimization on synthetic benchmarks and ALS disease progression
摘要
The Salp Swarm Algorithm (SSA) is a well-established swarm intelligence metaheuristic whose performance is fundamentally constrained by two structural deficiencies: a passive follower update in which each salp averages only with its immediate predecessor, causing slow propagation of global-best information and insufficient directed exploitation; and a complete absence of stagnation detection or diversity-recovery, leaving the swarm permanently trapped once population diversity collapses. This paper proposes two philosophically distinct and structurally complementary variants that directly target each deficiency. Weighted Follower Guidance (SSA-WFG) replaces the standard uniform follower update with a rank-based, socially aware rule: front-rank followers receive a strong attraction toward the global best solution, accelerating exploitation, while rear-rank followers retain conservative movement as a diversity reservoir – a heterogeneous structure absent from the original SSA. Dynamic Swarm Restructuring (SSA-DSR) augments the standard SSA with an event-triggered stagnation-recovery mechanism the original algorithm entirely lacks: when a stagnation counter exceeds a threshold, the lowest-fitness salps are re-initialized to random positions while elite solutions are preserved, injecting targeted diversity precisely when standard dynamics have failed. Both modifications preserve the