Feature/modified FCGSolver and CompleteFCGSolver
- Nov 15, 2018
-
-
Mathis Springwald authored
-
Mathis Springwald authored
-
I have modified the FCGSolver a little bit so that it's easier to handle, and also renamed it for clarity to RestartedFCGSolver. Than I derived the CompleteFCGSolver from it.
The CompleteFCGSolver uses as many old search directions as possible. This results in more stability, but also in more average memory consumption.