Skip to content

opt.reg is not used in phaselift #7

Description

@ZongyuLi-umich

In

muFinal = opts.regularizationPara; % Regularization Parameter

where we say

muFinal = opts.regularizationPara;   % Regularization Parameter

but later in the code we define

mu = norm(eig(AtL(b0)),1)*opts.tol;

And then we use mu everywhere,
so I don't see how muFinal is useful in this code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions