oseledets / TT-Toolbox

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

AMEN cross is consistently failing on the following example. #12

Closed oseledets closed 10 years ago

oseledets commented 10 years ago

The following code fails on the following data quite often, as compared to the old "multifuncrs" code (see the gist). It fails consistently. Sergey, can you have a look?

https://gist.github.com/oseledets/9357382

dolgov commented 10 years ago

amen_cross failed due to an insufficient rank of the error. Now I set by default zrank=5 (as in multifuncrs), and zrank2=zrank/2, i.e. the random enrichment for the error. The latter is needed, since it looks like you are trying to approximate a sum of 4 delta-functions =). Please pull.

On Tue, Mar 4, 2014 at 11:49 PM, Ivan Oseledets notifications@github.comwrote:

The following code fails on the following data quite often, as compared to the old "multifuncrs" code (see the gist). It fails consistently. Sergey, can you have a look?

https://gist.github.com/oseledets/9357382

Reply to this email directly or view it on GitHubhttps://github.com/oseledets/TT-Toolbox/issues/12 .

oseledets commented 10 years ago

Now it works in the same way.