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 Comment

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

Sign in to comment.

Answers (0)

Asked:

on 11 Jan 2019

Commented:

on 13 Jan 2019

Community Treasure Hunt

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

Start Hunting!