The AATHA Optimization Algorithm (AOA) is a recent optimization algorithm inspired by the collective behavior of birds in flight, specifically by the Attraction, Avoidance, Thrust, and Hovering mechanisms. These four principles are used to simulate the movement of birds in the search space to find the optimal solution.
- Attraction (A): This mechanism helps guide individuals towards the best solution found by the swarm.
- Avoidance (A): This allows individuals to avoid areas where they may have encountered poor solutions.
- Thrust (T): A dynamic force that propels individuals in search of better solutions.
- Hovering (H): A mechanism that helps balance the exploration and exploitation by enabling the particles to hover around potential solutions.
Key Steps in AATHA:
- Initialization: Initialize a population of candidate solutions.
- Attraction: Each candidate is attracted towards the best solution found in the population.
- Avoidance: Move away from poor solutions or areas that lead to poor fitness.
- Thrust: Dynamically apply a thrust force to move the candidate solutions further towards the global best.
- Hovering: Introduce a hovering behavior that helps prevent premature convergence.
This algorithm is often used for continuous and discrete optimization problems, including machine learning, engineering design, and other fields where optimization is necessary.
引用
praveen kumar (2026). AATHA Optimization Algorithm (https://jp.mathworks.com/matlabcentral/fileexchange/177099-aatha-optimization-algorithm), MATLAB Central File Exchange. 取得日: .
MATLAB リリースの互換性
作成:
R2024b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxタグ
| バージョン | 公開済み | リリース ノート | |
|---|---|---|---|
| 1.0.0 |
