oseledets / TT-Toolbox

The git repository for the TT-Toolbox
Other
189 stars 73 forks source link

A minor change in greedy2_cross.m #69

Open Boyuan-Shi-0607 opened 6 months ago

Boyuan-Shi-0607 commented 6 months ago

rz changed from 2 to 1 for 'als' search

dolgov commented 6 months ago

I tried u = greedy2_cross(50*ones(5,1), @(i)1./sum(i,2), 1e-8, 'locsearch', 'als'); with different rz values, all work. Could you please comment here a minimal working example that manifests the dimension mismatch?