Tuning PID using GA for multiple plants

2 views (last 30 days)
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?

Accepted Answer

Sam Chak
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.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!