Earthworm Optimization Algorithm (EWA)

バージョン 2.0.0.0 (10.5 KB) 作成者: Gai-Ge Wang
A demo code of Earthworm Optimization Algorithm (EWA) is implemented. There are two versions now.
ダウンロード: 1.1K
更新 2015/10/28

ライセンスの表示

A new metaheuristic optimization algorithm, called Earthworm Optimization Algorithm (EWA), is fully implemented. This code demonstrates how EWA works for unconstrained optimization (Ackley Function), which can easily be extended to solve various global optimization problems efficiently.
Two versions are provided:
EWA_Generation_V1.m is for a fixed number of iterations/generations.
EWA_FEs_V1.m is for a fixed number of Function Evaluations (FEs).

引用

Gai-Ge Wang (2026). Earthworm Optimization Algorithm (EWA) (https://jp.mathworks.com/matlabcentral/fileexchange/53479-earthworm-optimization-algorithm-ewa), MATLAB Central File Exchange. 取得日: .

MATLAB リリースの互換性
作成: R2015b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersDirect Search についてさらに検索
バージョン 公開済み リリース ノート
2.0.0.0

the code is updated, and it runs more quickly.

1.0.0.0

the file name is updated.