I want to tune PID controller by using Genetic algorithm in simulink, if anybody knows pls help me.....

5 次查看(过去 30 天)
I have modelled longitudinal autopilot in simulink.
i used pid controller.
i want to tune pid gain values by using genetic algorithm
i dont know how to take fitness function and give input in simulink

回答(2 个)

Sebastian Castro
Sebastian Castro 2016-2-11
If you have Simulink Design Optimization, you can assign the gains of the PID controller as variables and use them in a Response Optimization task.
One of the algorithms in this tool, available with Global Optimization Toolbox, is Pattern Search. One of the Pattern Search methods is genetic algorithm.
If you don't have Simulink Design Optimization (but you do have Global Optimization Toolbox) you can always write your own script in MATLAB that runs the models, collects data, and uses that as a cost function with the patternsearch function.
- Sebastian

Ahmed chihi
Ahmed chihi 2017-7-16
i need help about how to implement Genetic algorithm into simulink for tuning PID controller, did you solve the problem plz ?

类别

Help CenterFile Exchange 中查找有关 PID Controller Tuning 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by