Open Source alternative to surrogateopt

4 visualizaciones (últimos 30 días)
nathan blanc
nathan blanc el 30 de En. de 2024
Comentada: nathan blanc 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

Respuesta aceptada

Umang Pandey
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
  1 comentario
nathan blanc
nathan blanc el 13 de Feb. de 2024
Thank you Umang, this is what I was looking for!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Surrogate Optimization en Help Center y File Exchange.

Productos


Versión

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by