surrogateopt: get handle of optimized surrogate function
조회 수: 2 (최근 30일)
이전 댓글 표시
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
댓글 수: 0
채택된 답변
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.
Alan Weiss
MATLAB mathematical toolbox documentation
댓글 수: 4
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 Exchange에서 Surrogate Optimization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!