Vincent Roulet

Results 5 issues of Vincent Roulet

The plan of this PR is to reduce the number of times the objective function is compiled. I started by adding a test in common_tests to see how many times...

Like adam or nadam, it would be nice to have mathematical descriptions of as many algorithms as possible. To start with, having a clear description of what sgd with momentum...

documentation
good first issue

Hello, Thank you for all your work! I was wondering why in the docstring of the strong wolfe linesearch the authors say the following. ``` This algorithm is mostly of...

Revise #1060 in light of the discussion of #1039. Namely, make tests ensure that dtype of grads is preserved (not necessarily the same as the dtype of params for e.g....