Geoffrey Negiar

Results 40 comments of Geoffrey Negiar

Hi -- I was struggling a bit on this, trying to follow #11. Hope this will help other people.

I think I see. I was somehow expecting `Vector` to allow leaf-wise math. The abstraction you suggest could be nice to avoid `tree_map` calls in general. For the above example,...

Nice -- also looking forward to seeing this :)

Has this been fixed? For away/pairwise, it would also be interesting to see the results. For pairwise, we may need to store the pair of vertices that are chosen.

Shouldn't the overlap go back to 0 every time we change chosen vertex? Or are we plotting the cumulative sum right now?

Right. I was thinking about other stochastic 2nd order methods. One question is: are we trying to have most state-of-the-art solvers implemented efficiently here, are we complementary to scipy.optimize ;...

I'll look at it ASAP!

@gideonite quick ping on this, if you want to wrap it up!

The remaining issues should be straightforward / it would also be fine to leave TODO items for a subsequent push :)

This can be inspired by the trivial example https://github.com/openopt/chop/blob/master/examples/optim_dynamics.py