How can I train ANFIS using 2 optimization algorithms

조회 수: 2 (최근 30일)
AMLES MOUB
AMLES MOUB 2019년 1월 11일
댓글: AMLES MOUB 2019년 1월 13일
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개)

카테고리

Help CenterFile Exchange에서 Fuzzy Logic Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by