Mantid
Loading...
Searching...
No Matches
Classes
Mantid::CurveFitting::FuncMinimisers Namespace Reference

Classes

class  BFGS_Minimizer
 Implementing Broyden-Fletcher-Goldfarb-Shanno (BFGS) algorithm by wrapping the IFuncMinimizer interface around the GSL implementation of this algorithm. More...
 
class  DampedGaussNewtonMinimizer
 Implements a Gauss-Newton minimization algorithm with damping for use with least squares cost function. More...
 
class  DerivMinimizer
 A wrapper around the GSL functions implementing a minimizer using derivatives. More...
 
class  FABADAMinimizer
 FABADA : Implements the FABADA Algorithm, based on a Adaptive Metropolis Algorithm extended with Gibbs Sampling. More...
 
class  FRConjugateGradientMinimizer
 Implementing Fletcher-Reeves flavour of the conjugate gradient algorithm by wrapping the IFuncMinimizer interface around the GSL implementation of this algorithm. More...
 
class  LevenbergMarquardtMDMinimizer
 Implementing Levenberg-Marquardt algorithm. More...
 
class  LevenbergMarquardtMinimizer
 Implementing Levenberg-Marquardt by wrapping the IFuncMinimizer interface around the GSL implementation of this algorithm. More...
 
class  MaleableCostFunction
 Used to access the setDirty() protected member. More...
 
class  PRConjugateGradientMinimizer
 Implementing Polak-Ribiere flavour of the conjugate gradient algorithm by wrapping the IFuncMinimizer interface around the GSL implementation of this algorithm. More...
 
class  SimplexMinimizer
 Implementing Simplex by wrapping the IFuncMinimizer interface around the GSL implementation of this algorithm. More...
 
class  SteepestDescentMinimizer
 Implementing the steepest descent algorithm by wrapping the IFuncMinimizer interface around the GSL implementation of this algorithm. More...
 
class  TrustRegionMinimizer
 Trust Region minimizer class using the DTRS method of GALAHAD. More...