How to optimize when the decision variables are complex numbers

2 次查看(过去 30 天)
Hi, I want to optimize the objective function where and are complex numbers I intend to use genetic algorithm but I wonder if the decison variables (reprsented as complex numbers) can actualy be optimized in matlab.
Best Regards.
  6 个评论
Bjorn Gustavsson
Bjorn Gustavsson 2019-10-2
Sure, a complex decision variable is nothing more than the sum of 2 real-valued decision-variables - where you multiply one of them with 1i. From there it is just to look at fminsearch or possibly fminsearchbnd or minimize on the file exchange.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Genetic Algorithm 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by