Surrogate search with integer parameters

2 次查看(过去 30 天)
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