How can we get the surrogate function after the optimisation?

1 回表示 (過去 30 日間)
Matthieu Bernard
Matthieu Bernard 2021 年 3 月 24 日
コメント済み: Alan Weiss 2021 年 3 月 30 日
Hello, I would like to know if it is possible to have the surrogate function obtained after an optimisation process. Indeed, after an optimisation with the surrogate tool, we obtain certain figures for the design variables but I also want the surrogate model. How can I get it ? Thanks

回答 (1 件)

Alan Weiss
Alan Weiss 2021 年 3 月 25 日
The surrogate model is not available, sorry. Indeed, its quality as a surrogate is unknown, and may be poor.
Can you please say why you would like to get the surrogate model?
Alan Weiss
MATLAB mathematical toolbox documentation
  3 件のコメント
Matthieu Bernard
Matthieu Bernard 2021 年 3 月 27 日
Just, what are the reasons why the surrogate model is not available?
Alan Weiss
Alan Weiss 2021 年 3 月 30 日
Well, it is intended to help find an optimum, but not necessarily to be a true surrogate globally. There are no guarantees for its quality. That said, you are free to create an RBF model based on the evaluated points; you can obtain the evaluated points and their values in the trials output using the syntax
[x,fval,exitflag,output,trials] = surrogateopt(___)
Alan Weiss
MATLAB mathematical toolbox documentation

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

カテゴリ

Help Center および File ExchangeSolver Outputs and Iterative Display についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by