Is there any nonlinear direct search optimization algorithm better than Nelder-Mead Simplex integrated in fminsearch of Matlab?

2 次查看(过去 30 天)
Helle, guys! Right now, I am using fminsearch in Matlab as the optimizer to optimize a slotted substrate integrated waveguide (SIW) antenna. There are 8 longitudinal slots in the SIW H-plane as shown in Fig.1, in order to realize a Taylor distribution with -25 dB sidelobe level. So there are 16 variables in total to be optimized, including each slot's offset length (xi) and length (li), while setting its width (w) and slot interval (l01, l02,...) to constant. As a result, the optimization process is very upset as shown in Fig. 2. It's found the capability of the fminsearch is very weak and the variables only take little change in thousands. Few good solutions can be found in the optimization process. So I'd like to ask is there any better strategy to optimize such a problem? Hopping some optimization masters can give me some hints to improve the optimization efficiency.
Figure 1 SIW Slotted Antenna with Varibles Illustration
Figure 2 Optimization Process with Fitness Function Value versus Iteration Step

采纳的回答

John D'Errico
John D'Errico 2015-11-2
I would never recommend use of Nelder-Mead on problems with above about 6-8 variables. 16 is wildly too high.
Fminsearch is a basic Nelder-Mead code, nothing more.
If you need a better optimizer, then look at the optimization toolbox. I think TOMLAB is also still around. And consider YALMIP, which is on the FEX as I recall.
  3 个评论
John D'Errico
John D'Errico 2015-11-3
编辑:John D'Errico 2015-11-3
That I cannot help you with, since I have never used either. The optimization toolbox has always been sufficient for my purposes. For an unconstrained problem, fminunc from the optimization toolbox would suffice. I'd not be surprised if you have constraints at some point.
YALMIP is quite cost effective though. :)
JianQiang Gong
JianQiang Gong 2015-11-4
Thank you John. I am now ready to try using the YALMIP by following your advise, hoping better results can be found. If so, I will let you know.

请先登录,再进行评论。

更多回答(1 个)

sudheesh pai
sudheesh pai 2015-12-18
any one have code to study matlab implementation of SIW? i would like to have a basic code.

类别

Help CenterFile Exchange 中查找有关 Nonlinear Optimization 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by