Parameters to control the minimization algorithm. More...
#include <LinearSolver.h>
Public Types | |
enum | Algorithms { CG , MINRES } |
Public Member Functions | |
SolverParams () | |
Set the default values. | |
Public Attributes | |
int | nIterations |
FILE * | fpLog |
Stream to log iterations to. | |
const char * | linePrefix |
prefix for each output line of minimizer, useful for nested minimizations (default "CG\t") | |
enum SolverParams::Algorithms | algorithm |
double | residualTol |
double | residualDiffThreshold |
bool | CGBypass |
bool | recomputeResidual |
Parameters to control the minimization algorithm.