Skip to content
Snippets Groups Projects
Commit ca128b84 authored by Erik Strand's avatar Erik Strand
Browse files

Reduce memory cost of conjugate gradient descent

Before I had five vectors, now just four. The realization is that the
last gradient and the temporary new point (used for the line search) are
never needed at the same time, so they can share memory.
parent 4ab765b3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment