I want to tune PID controller by using Genetic algorithm in simulink, if anybody knows pls help me.....
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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
0 Kommentare
Antworten (2)
Sebastian Castro
am 11 Feb. 2016
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
2 Kommentare
ashwani kumar
am 2 Jul. 2019
if you found any code kindly send on uktechashwani@gmail.com.i have same task.
Ahmed chihi
am 16 Jul. 2017
i need help about how to implement Genetic algorithm into simulink for tuning PID controller, did you solve the problem plz ?
0 Kommentare
Siehe auch
Kategorien
Mehr zu PID Controller Tuning finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!