Open Source alternative to surrogateopt

조회 수: 2 (최근 30일)
Nathan Bblanc
Nathan Bblanc 2024년 1월 30일
댓글: Nathan Bblanc 2024년 2월 13일
In continuation of my previous post, I am trying to do something with the surrogate optimization toolbox that seems to be impossible. This is because it requires modification of the algorithm, and the MATLAB algorithm for surrogateopt is not open to the public,
I was wondering if anyone knows of an algorithm for surrogate optimization (or any other algorithm for a optimization of a computationaly expensive target function) that is open source so I can modify it?
many thanks
Nathan

채택된 답변

Umang Pandey
Umang Pandey 2024년 2월 13일
Hi Nathan,
From what I understand, you are using "Surrogate Optimization" for solving your objective function, but the problem requires you to make some custom changes in the code, which you are currently unable to do since the code for "surrogateopt" function is not exposed.
You can try referring to the following MATLAB example on modifying "surrogateopt" options for solving problems:
If you want to know more about the Surrogate Optimization Algorithm, the following MATALB documentation page might be of help:
If this still doesn't solve your problem and you require some pre-existing implementation of surrogate optimization, you can try referring to the following File Exchange submission:
Hope this helps!
Best,
Umang
  댓글 수: 1
Nathan Bblanc
Nathan Bblanc 2024년 2월 13일
Thank you Umang, this is what I was looking for!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Surrogate Optimization에 대해 자세히 알아보기

제품


릴리스

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by