patternsearch optimization with parallel computing and multistart

3 ビュー (過去 30 日間)
Sajitha Nair
Sajitha Nair 2020 年 5 月 31 日
コメント済み: Alan Weiss 2020 年 6 月 4 日
Is there a way to use parallel computing and multistart with patternsearch for Optimization? I did it with fmincon in the past by setting a problem using createOptimproblem. Can I do something similar for patternsearch and if yes, then how? Thanks

回答 (1 件)

Alan Weiss
Alan Weiss 2020 年 6 月 1 日
See the documentation examples Parallel MultiStart and Optimize an ODE In Parallel.
Or just look at the Parallel Computing section of the documentation.
Alan Weiss
MATLAB mathematical toolbox documentation
  2 件のコメント
Sajitha Nair
Sajitha Nair 2020 年 6 月 4 日
Thanks a lot for the response. I am aware of the information provided on the page "Parallel Multistart". However, it suggests to use createOptimProblem function to create the problem structure which works fine when one wants to use any of these: fmincon/ fminunc/ lsqcurvefit but does not work for patternsearch. Also, I found the following:
For MultiStart the choices are:
  • 'fmincon'
  • 'fminunc'
  • 'lsqcurvefit'
  • 'lsqnonlin'
Does that mean for multistart, patternsearch is not an option? Hope to hear from you soon. Thanks
Alan Weiss
Alan Weiss 2020 年 6 月 4 日
That is correct, MultiStart does not support patternsearch as a local optimizer. Sorry that I misunderstood your first question.
Alan Weiss
MATLAB mathematical toolbox documentation

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeDirect Search についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by