Tuning PID using GA for multiple plants
4 views (last 30 days)
Show older comments
I have a set of linearized plants which are approximation of a nonlinear system at different operating points. I want to tune PD/PID controllers for each of these plants. I tried doing it for each plant separately using ga command. Is there any way to tune all the PID controllers for each of the plants simulatineously using ga command?
0 Comments
Accepted Answer
Sam Chak
on 21 Apr 2022
Hi @SM
For multiobjective optimization, then you should consider using this gamultiobj() command.
You can follow the examples in the documentation.
0 Comments
More Answers (0)
See Also
Categories
Find more on PID Controller Tuning 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!