SyTen
syten::Optimization::Amoeba< Prober > Struct Template Reference
+ Collaboration diagram for syten::Optimization::Amoeba< Prober >:

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 >, SRDefminimize (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, SRDefp
 Current simplex. More...
 
std::vector< SRDefy
 <Function value at the min More...
 

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