Open Source alternative to surrogateopt
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Nathan Bblanc
el 30 de En. de 2024
Comentada: Nathan Bblanc
el 13 de Feb. de 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 comentarios
Respuesta aceptada
Umang Pandey
el 13 de Feb. de 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
Más respuestas (0)
Ver también
Categorías
Más información sobre Surrogate Optimization en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!