You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turritopsis dohrnii — the "immortal jellyfish" — is the only known animal
capable of reverting from its fully-grown adult medusa form back to its
juvenile polyp stage, bypassing death entirely. This remarkable lifecycle
provides a natural template for balancing exploration and exploitation:
Life stage
Biological behaviour
Optimisation role
Polyp
Sessile, Lévy-walk feeding tentacles
Broad global exploration
Strobilation
Asexual budding of ephyra clones
Diversification + crossover
Medusa
Free-swimming, attracted to light
Exploitation toward elites
Senescence
Degradation and cell-level reset
Fine-grained local search
Additionally, the lighthouse metaphor supplies the attraction force:
a point source of light whose intensity obeys the inverse-square law,
decaying both with distance and with time (as the jellyfish ages).
If $D < \delta_{\min} = 0.005$, the worst 20 % of agents are uniformly resampled.
4.9 Crowding-Distance Archive Update
The elite archive (capacity $|\mathcal{A}|$) prunes excess entries by a
combined criterion: primary sort by fitness, tie-breaking by crowding
distance (larger distance = more diverse = preferred to retain).
5. Parameters
Symbol
Parameter
Default
$n$
Population size
50
$T_{\max}$
Max iterations
500
$k$
Lighthouse count
3
$\beta$
Lévy exponent
1.5
$|\mathcal{A}|$
Archive capacity
15
$T_\text{age}$
Stagnation threshold
25
$\lambda$
Intensity decay
0.5
$\alpha_{\max}$
Max step-size
2.0
$\alpha_{\min}$
Min step-size
0.05
$\delta_{\min}$
Diversity threshold
0.005
6. Time Complexity
$$\mathcal{O}(T_{\max} \cdot n \cdot d)$$
Identical to PSO, GWO, and WOA — IJA is a drop-in replacement.