How can I train ANFIS using 2 optimization algorithms

Hello,
How to optimize a fuzzy logic controller FIS by using 2 optimization algorithms forexample using Ant and Genetic Algorithms, either they will be in series (we optimizes 2 times, one after the other) or in parallel (optimization of the two algorithms together and we take the best results of both) ..

1 件のコメント

AMLES MOUB
AMLES MOUB 2019 年 1 月 13 日
These are the used cases bellow, but i want to use the 2 algorithms in the same time to optimise ANFIS: in series (one after one; optimize ANFIS a first time with ACO then optimize a second time with PSO) and in parallel (in the sime time and take the best result between the two at each iteration)
What will be the change ?
switch Selection
case 1, fis=TrainAnfisUsingACO(fis,data);
case 2, fis=TrainAnfisUsingPSO(fis,data);
end

サインインしてコメントする。

回答 (0 件)

カテゴリ

質問済み:

2019 年 1 月 11 日

コメント済み:

2019 年 1 月 13 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by