How to design MPC with custom estimator and optimizer

조회 수: 5 (최근 30일)
Kamal
Kamal 2024년 1월 2일
댓글: Kamal 2024년 1월 16일
Please I need opinions on how to
1. design MPC controller for a plant using a custom optimization technique and custom internal state estimator. I am thinking of using neural network to estsimate the internal plant state.
2. Can I also use the MPC block in the simulink library without using the in-built state estimator and optimizer

채택된 답변

Sam Chak
Sam Chak 2024년 1월 3일
If you can design a generic state feedback controller for a plant using a custom optimization technique and a custom state estimator, I believe you can apply the solution approach to the custom MPC design process. Consequently, you are free to create the MPC algorithm based on your personal, unconstrained understanding without using the built-in mpc() function or the MPC Controller block in Simulink.
I assume that you are proficient in certain optimization techniques and state estimation. If there is no novelty involved, could you please provide a sample MATLAB code to design the state feedback controller for a simple, undisturbed Double Integrator system ?
  댓글 수: 2
Kamal
Kamal 2024년 1월 16일
Thank you for the answer. Actually I am just thinking of an approach to introduce novelty into an MPC design for a system since MPC design has been executed by several researchers and designers. I am a beginer in MATLAB.
Thank you so much
Kamal
Kamal 2024년 1월 16일
The oprtimization I had wanted to apply is called NEORL. Neuro optimization with reinforcement learning and I thought of deep nueral network for estimating the system dynamics. Howver, I have decided not to continue again.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Linear Plant Specification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by