I have a cost function of real variable x to be minimized as follow:

J(x) = || A(x) - b ||2 + || x ||2

the 1st norm is in complex Banach space and the 2nd norm is in real admissible Hilbert space.

The problem is that when using e.g. gradient descent method, the 1st sentence gradient is a complex number, which will give wrong result due to the initial assumption that x is real.

Any help is appreciated

More Nima Saliani's questions See All
Similar questions and discussions