PID tuning / optimization usig machine learning/deep learning algorithm

35 ビュー (過去 30 日間)
Avdhut Machchhindra
Avdhut Machchhindra 2024 年 2 月 16 日
コメント済み: Sam Chak 2024 年 5 月 13 日
Hello, I would like to ask about PID tuning using ML/DL algorithms. is there any article available in mathworks to do PID tuning using Machine learning for the optimization of the function. IF anyone did same thing, could you please help me?
I have created a model in Simulink. I want to do optimization to minimize the error. for that I want to do PID tuning.

採用された回答

Raghava S N
Raghava S N 2024 年 2 月 26 日
Hi Avdhut,
You could use the blocks that are shipped with the Reinforcement Learning Toolbox to tune a PID controller. An example application is also shipped with the documentation of the Reinforcement Learning Toolbox.
Please find the link to the same here - https://www.mathworks.com/help/reinforcement-learning/ug/tune-pi-controller-using-td3.html. This example shows how to tune the two gains of a PI controller using the twin-delayed deep deterministic policy gradient (TD3) reinforcement learning algorithm.You may adapt the workflows used in the above application (which tunes a PI controller) to your PID controller.
  9 件のコメント
Avdhut Machchhindra
Avdhut Machchhindra 2024 年 5 月 13 日
Hello,
Both of them are giving same output.
Sam Chak
Sam Chak 2024 年 5 月 13 日
No worries, @Avdhut Machchhindra. Keep the one you desire.

サインインしてコメントする。

その他の回答 (0 件)

製品


リリース

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by