Open Source alternative to surrogateopt

2 次查看(过去 30 天)
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

更多回答(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