i need matlab code for optimal fuzzy by using GA

조회 수: 4 (최근 30일)
Hassan Yousef
Hassan Yousef 2019년 6월 14일
답변: Vishnu Vardhan 2019년 6월 14일
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

답변 (1개)

Vishnu Vardhan
Vishnu Vardhan 2019년 6월 14일
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.

카테고리

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