Deterministic Gaussian Sampling
Loading...
Searching...
No Matches
GslminimizerResult Struct Reference

struct to hold the result of the minimization More...

#include <gsl_minimizer.h>

Data Fields

double initalStepSize = 0.00
 
double stepTolerance = 0.00
 
double lastXtolAbs = 0.00
 
double lastXtolRel = 0.00
 
double lastFtolAbs = 0.00
 
double lastFtolRel = 0.00
 
double lastGtol = 0.00
 
double xtolAbs = 0.00
 
double xtolRel = 0.00
 
double ftolAbs = 0.00
 
double ftolRel = 0.00
 
double gtol = 0.00
 
size_t iterations = 0
 
size_t maxIterations = 0
 
size_t elapsedTimeMicro = 0
 

Detailed Description

struct to hold the result of the minimization


The documentation for this struct was generated from the following file: