フィルターのクリア

Please could I have more detail on the 'quasirandom' sequence in surrogateopt?

1 回表示 (過去 30 日間)
Bob Hickish
Bob Hickish 2020 年 3 月 23 日
回答済み: Rakesh Kumar 2020 年 3 月 24 日
Hi,
I'm investigating the effectiveness of the function 'surrogateopt' by applying it to a series of test tasks involving integer optimisation variables, and constraints. Considering that it's effectiveness is dependent on the intial points, I would like to know more about the 'quasirandom' sequence by which these are sometimes selected. Digging through the code for surrogateopt.m in R2020a, I can see that this sequence is probably generated at line 139 of BlackboxModelOptimizer.m in the call:
nextTrial = globaloptim.bmo.solver(self.trialRequest);
However, I cannot access the code for this function since 'solver' is contained within a 'p file' - solver.p
Is anyone able to give me some more information on this quasirandom sequence?
Is it dependent on the state of the random number generator at the call of surrogateopt()?
Any help appreciated. Thanks
Regards,
Bob

回答 (1 件)

Rakesh Kumar
Rakesh Kumar 2020 年 3 月 24 日
Please take a look at this doc page (section Definitions for Surrogate Optimization)
surrogateopt uses Sobol set to create random samples. It is not dependent on the state of MATLAB random number generator.
Thanks,
Rakesh

カテゴリ

Help Center および File ExchangeSolver Outputs and Iterative Display についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by