BornAgain  1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
One-dimensional Minimization

Description

Classes for one-dimensional minimization

Classes

class  ROOT::Math::GSL1DMinimizerWrapper
 
class  ROOT::Math::GSLMinimizer1D
 
class  ROOT::Math::IMinimizer1D
 

Enumerations

enum  ROOT::Math::Minim1D::Type { ROOT::Math::Minim1D::kGOLDENSECTION , ROOT::Math::Minim1D::kBRENT }
 

Enumeration Type Documentation

◆ Type

Enumeration with One Dimensional Minimizer Algorithms. The algorithms are implemented using GSL, see the GSL manual.

The algorithms available are:

  • Golden Section Algorithm, simplest method of bracketing the minimum of a function
  • Brent Algorithm, which combines a parabolic interpolation with the golden section algorithm
Enumerator
kGOLDENSECTION 
kBRENT 

Definition at line 56 of file GSLMinimizer1D.h.