Is specifying objective fuction for multiple variables in SimBiology possible?

2 ビュー (過去 30 日間)
emjey
emjey 2022 年 7 月 20 日
回答済み: Arthur Goldsipe 2022 年 7 月 20 日
I have a question about specification of objective function for multiple variables simultanously in SimBiology. Is it possible at all?

採用された回答

Arthur Goldsipe
Arthur Goldsipe 2022 年 7 月 20 日
It depends on what you mean by "possible." :-) If you're using a fit program in the SimBiology Model Analyzer app or the functions sbiofit or sbiofitmixed (which are the same functions used by this program), then you do not have direct control over the objective function. You do have indirect control of the objective function by configuring the Weights or ErrorModel options.
If you want complete control over the objective function, you can create a custom program in the app or write your own function at the command line. If you want to take this approach, I recommend creating a SimFunction from the model. (That's actually what sbiofit and sbiofitmixed do internally.) The SimFunction object makes it easy to efficiently do many simulations at different parameter values.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImport Data についてさらに検索

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by