Public Member Functions | |
Amoeba (SRDef const ftoll, Prober const mt) | |
Fractional convergence tolerance. More... | |
SRDef | amotry (DenseTensor< 2, SRDef > &p, std::vector< SRDef > &y, std::vector< SRDef > &psum, Index const ihi, SRDef const fac) |
void | get_psum (DenseTensor< 2, SRDef > &p, std::vector< SRDef > &psum) |
std::tuple< std::vector< SRDef >, SRDef > | minimize (DenseTensor< 2, SRDef > const &pp) |
Finds the minimum. More... | |
Public Attributes | |
SRDef | fmin |
SRDef const | ftol |
ref see numerical recipies 10.5 Downhill Simplex Method in Multidimensions More... | |
Index | mpts |
<Number of function evaluations More... | |
Prober | mt |
Index | ndim |
Index | nfunc |
DenseTensor< 2, SRDef > | p |
Current simplex. More... | |
std::vector< SRDef > | y |
<Function value at the min More... | |