How to optimize when the decision variables are complex numbers

조회 수: 4 (최근 30일)
Saifullah Khalid
Saifullah Khalid 2019년 10월 1일
댓글: Saifullah Khalid 2019년 10월 4일
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.
Saifullah Khalid
Saifullah Khalid 2019년 10월 4일
@Bjorn Gustavsson once again thanl very much for your support.

댓글을 달려면 로그인하십시오.

답변 (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