フィルターのクリア

How to combine two algorithms in one by using optimization results as input for second optimization

15 ビュー (過去 30 日間)
YASSER
YASSER 2024 年 4 月 7 日
回答済み: Subhajyoti 2024 年 9 月 13 日 3:01
I have Parameter estimation algorithm . This parameters are either constant or variables.
The case when these parameters are constant (under certain conditions) , it is possible to do the parameter estimation and took the results as inputs for Second optimization.
But actually these parameters generally are variables (under certain conditions)
So when I optimise First optimization , the condition my changed and passe new information
I think I now i want to modify the workflow so that:
  • I optimise for "first optimization"
  • Grab selected outputs from the optimisation of "first optimization"
  • These outputs become initial condition or inputs for "Second optimization"
  • Optimise "Second optimization".
but that feels like a cumbersome solution that might be quite slow. Is anyone able to point me towards an example or guidance on how I might tackle this in a more efficient way?
Especially if we know that this is an online optimization and require a strong algorithm such as GA, ANN or metaheuristics..

回答 (1 件)

Subhajyoti
Subhajyoti 2024 年 9 月 13 日 3:01
It is my understanding that you are trying to formulate your problem into two sequential Optimizations problems.
You can use ‘Multiobjective Optimization’ for modelling your problem. It is more efficient and coherent than running separate optimizations sequentially, especially when the objectives are interrelated. The ‘Pareto front’ finds noninferior solutions — that is, solutions in which an improvement in one objective requires a degradation in another.
The following documentation has explanation and examples of minimizing or maximizing multiple objective functions subject to a set of constraints:
Additionally, you can also refer to following MathWorks documentation links to know more.
I hope this helps.

カテゴリ

Help Center および File ExchangeGet Started with Optimization Toolbox についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by