Open Source alternative to surrogateopt
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Nathan Bblanc
am 30 Jan. 2024
Kommentiert: Nathan Bblanc
am 13 Feb. 2024
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
0 Kommentare
Akzeptierte Antwort
Umang Pandey
am 13 Feb. 2024
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
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Surrogate Optimization finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!