Rik Voorhaar

Results 8 comments of Rik Voorhaar

My idea was to write a `HierarchicalNetwork` class implementing all the methods that work in that generality, and then perhaps another class `HierarchicalTucker` for methods specific to HT, i.e. recreate...

I would still love to work on this, but I don't think I can find the time for it any time soon. I suggest to close this issue, and if...

> Regarding `split` I think torch has `tensor_split` which is the equivalent? Since the user interface is unified as the numpy version feel free to contribute any versions even if...

Another thing I just noticed is that when calling ar.do("where", X==0), for numpy and torch we get a list of tuples; one for each dimension of the array, whereas for...

Two more suggestions (feel free to ignore, but might be fun): Flag Varieties (generalization of Grassmannians): https://arxiv.org/abs/1907.00949 Tensor networks with parameters on manifolds (as generalization of product manifolds). This is...

Any updates on this? I think for my particular application this could give significant benefits. I'll try to implement this myself.

In a completely different direction, I wrote a line search optimizer using strong Wolfe conditions. Seems to work well for my particular application. I could make a PR if there...

I ran into the same issue, thanks for pointing out how to install it manually. I think the issue is that cursor is now (since v.0.38) based on vscode 1.91.1(Jun...