フィルターのクリア

surrogateopt: get handle of optimized surrogate function

6 ビュー (過去 30 日間)
David Breitenmoser
David Breitenmoser 2021 年 8 月 23 日
コメント済み: Tobias Held 2022 年 3 月 19 日
Dear community
Currently, I'm using surrogateopt from the global optimization toolbox to minimize a computationally expensive objective function (using third party computer code). I'm wondering, is it possible to get a function handle of the optimized surrogate function or at least the functional form and corresponding coefficients? I've checked the manual and the only thing, which I've found are the functional values at the evaluated points but not the function itself. In one of the help pages in the manual, it's mentioned that the surrogate is a radial basis function. If one can't obtain the surrogate function handle, could one retrieve the coefficients of the surrogate somehow?
Thank you so much for your help
Best
David

採用された回答

Alan Weiss
Alan Weiss 2021 年 8 月 23 日
編集済み: Alan Weiss 2021 年 8 月 23 日
Sorry, the surrogate is not returned and is not available. We have no idea whether the surrogate is a good approximation to the objective function or not, and so we decided not to return a potentially misleading surrogate.
You are not the first to request this functionality. See this answer.
Alan Weiss
MATLAB mathematical toolbox documentation
  4 件のコメント
David Breitenmoser
David Breitenmoser 2021 年 8 月 24 日
Dear Alan
Thank you very much for your support. I will check the articles and come back if something exceeds my capabilities.
Best
David
Tobias Held
Tobias Held 2022 年 3 月 19 日
I certainly think it would be beneficial to be able to visualize how the surrogate changes with each iteration. Of course, the number of dimensions must be feasible.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSurrogate Optimization についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by