elgen
- 63
- 5
Dear all,
I have a least square optimization problem stated as below
\xi(z_1, z_2) = \sum_{i=1}^{M} ||r(z_1, z_2)||^2
where \xi denotes the cost function and r denotes the residual and is a complex function of z_1, z_2.
My question is around ||\cdot||. Many textbooks only deal with real functions and say that this is the Euclidean norm, which is defined as the conjugated inner product of the residual, i.e. ||r||^2 = conj(r)*r.
My question is that when I apply the gradient descent method to solve this problem, how to calculate \nabla \xi? In particular, as \xi includes conj(r), we cannot take the derivative with respect to z_1, z_2 as conj(r) is not an analytic function.
Should I use the un-conjugated inner product for the definition of the norm for this LS optimization with a complex residual function?
Any feedback is welcome. Thank you.
elgen
I have a least square optimization problem stated as below
\xi(z_1, z_2) = \sum_{i=1}^{M} ||r(z_1, z_2)||^2
where \xi denotes the cost function and r denotes the residual and is a complex function of z_1, z_2.
My question is around ||\cdot||. Many textbooks only deal with real functions and say that this is the Euclidean norm, which is defined as the conjugated inner product of the residual, i.e. ||r||^2 = conj(r)*r.
My question is that when I apply the gradient descent method to solve this problem, how to calculate \nabla \xi? In particular, as \xi includes conj(r), we cannot take the derivative with respect to z_1, z_2 as conj(r) is not an analytic function.
Should I use the un-conjugated inner product for the definition of the norm for this LS optimization with a complex residual function?
Any feedback is welcome. Thank you.
elgen