Surrogate search with integer parameters

조회 수: 2 (최근 30일)
Phillip Brown
Phillip Brown 2019년 12월 2일
댓글: Stephan 2019년 12월 2일
Reading the documentation for surrogate search it tells me there is an input "intcon" to specify which parameters should only take integer values.
When I try to use it, I get errors saying that I'm giving surrogateopt too many input arguments. Looking at the surrogateopt file, it indeed is missing the input intcon.
I have version 2019a. Is there something going on that I'm missing? Is intcon available in 2019b? I notice intcon is actually only available in GA, but my objective function is expensive to evaluate, so the surrogate method is much preferred.

채택된 답변

Stephan
Stephan 2019년 12월 2일
편집: Stephan 2019년 12월 2일
intcon was introduced to surrogateopt in R2019b.
  댓글 수: 2
Phillip Brown
Phillip Brown 2019년 12월 2일
Thanks for that. How do you find out when components were introduced? The documentation says surrogateopt was introduced in R2018b, but thats all I can find.
Stephan
Stephan 2019년 12월 2일
The lst section of most of the entries in the documentations is always See also. Below this there is the information when the function was instroduced. Changes in the functions you can find in the release notes as already posted in my answer.

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

추가 답변 (0개)

카테고리

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

태그

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by