Data-Driven Control with MATLAB and Simulink

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 พ.ย. 2024

ความคิดเห็น • 2

  • @YangQuanChen
    @YangQuanChen 8 หลายเดือนก่อน

    Good job and nice toc many thanks!

  • @amel3778
    @amel3778 4 หลายเดือนก่อน

    Thank you for sharing. However, I have a question, please. I am currently implementing an MPC to control the temperature inside a room. To model the system, I used a neural network that takes as input a window of data (disturbance_w, control_w, output_w) to predict the output over a prediction horizon. Then, I use these predictions to calculate an objective function in order to obtain the first command to apply to my system to get the first output. For this, I use scipy, but the control proposed by this library remains constant regardless of the output values (the output does not follow the reference). Do you have any advice to improve this?