How to integrate two optimizations into a single algorithm

4 次查看(过去 30 天)
Hello.i have two optimization problems.The first one is parameter estimation using experimental data.The second is MPPT that depends on the first solution.(Both CAN BE RUN WITH SAME TYPE OF ALGORITHM SUCH AS PSO/GWO/COA..) , my question is is it possible to run one algorithm that estimate and give the result to the second stage to MPPT and work continuasly (online) rtaher then using the traditional way as taking the estimated parameters for once and run the MPPT ?
  6 个评论
Torsten
Torsten 2024-4-4
As you described, you estimate parameters and these parameters are used in a second optimization step. So it seems both problems have their own objectives that can be minimized in two successive steps.
Multi-objective optimization could be necessary if the optimal solution of the second step in turn influences the optimal solution of the first step such that an iterative procedure would be necessary. But until now, you didn't mention such a feedback.
YASSER
YASSER 2024-4-4
There is no such a feedback. just successive optimization as you described. Thank you I think you answer is acceptable Best regards.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Problem-Based Optimization Setup 的更多信息

产品


版本

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by