Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

自适应时间正则项θt求解,代码部分是不是错了? #6

Open
007StephenCheung opened this issue Jan 14, 2021 · 0 comments

Comments

@007StephenCheung
Copy link

007StephenCheung commented Jan 14, 2021

按照公式,正确的不该是这样吗?
% subproblem mu
if frame>2&&iter<admm_iterations
for i=1:size(g_f,3)
z(i)=power(norm(g_f(:,:,i)-g_pre(:,:,i),2),2)/(2*epsilon);
g_f_delta = g_f_delta + z(i);
end
mu=ref_mu-g_f_delta;
end

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant