which optimization method should I use?

조회 수: 1 (최근 30일)
nathan blanc
nathan blanc 2021년 3월 22일
편집: nathan blanc 2021년 3월 22일
I tried to look around the help sections but got a little lost
I have a multi variable (~8-10 variables) function that i want to minimise.All the variables are bound between approximately 1-2 orders of magnitudes. (for example, one variable is bound between 1-10, another between 1e-4 and 1e-2, etc). I need to find the minimum of thee function within these bounds.
function evaluation takes a long time, about 1 minute on average. I wouldnt mind having matlab run for a few days, but not more than that.
I will be happy to share any additional details on the function. the function itself i cannot share as it is part of a huge code.
should I use the global optimization toolbox or the optimization toolbox? I saw that surrogateopt is good for time consuming functions. should I use this?
Nathan

채택된 답변

Stephan
Stephan 2021년 3월 22일
Following your statements surrogateopt appears to be the correct choice.
  댓글 수: 2
Walter Roberson
Walter Roberson 2021년 3월 22일
Especially as surrogateopt specifically talks about how it creates checkpoint files so that it can resume in case of system problem.
nathan blanc
nathan blanc 2021년 3월 22일
편집: nathan blanc 2021년 3월 22일
my thanks to both of you

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

추가 답변 (0개)

카테고리

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

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by