i need matlab code for optimal fuzzy by using GA

5 views (last 30 days)
hi,
please i need a GA matlab code that is used to optimize fuzzy controller.
i don't know how to implement it in matlab so can anyone help me by sending any ready code or sheet that explain how to optimize FLC using GA.
thanks in advance for any help

Answers (1)

Vishnu Vardhan
Vishnu Vardhan on 14 Jun 2019
Here's an example for getting started with the GA. My guess is that you're trying to find the optimal parameters for your FLC that result in the system's response being as close as possible to a target response. If that's the case, you will need to write a fitness function that computes the difference between the response of your system and the desired response.
The input to the fitness function will be the vector of the different parameters for your FLC. The fitness function will then simulate the system with these parameters, and calculate how close the simulation was to the desired response. There's an example along those lines in this video, where the goal is to find the set of parameters that minimizes the difference between the simulated response and the desired response.

Categories

Find more on Fuzzy Logic Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!