|
Deterministic Gaussian Sampling
|
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 |
struct to hold the result of the minimization