BornAgain  1.19.79
Simulate and fit neutron and x-ray scattering at grazing incidence
MinimizerItem.h File Reference

Description

Defines MinimizerItem class.

Homepage:\n http://www.bornagainproject.org
License:\n GNU General Public License v3 or higher (see COPYING)
Authors
Scientific Computing Group at MLZ (see CITATION, AUTHORS)

Definition in file MinimizerItem.h.

Include dependency graph for MinimizerItem.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GeneticMinimizerItem
 The GeneticMinimizerItem class represents settings for TMVA/Genetic minimizer. More...
 
class  GSLLMAMinimizerItem
 The GSLLMAMinimizerItem class represents settings for GSL's version of Levenberg-Marquardt. More...
 
class  GSLMultiMinimizerItem
 The GSLMinimizerItem class represents settings for GSL MultiMin minimizer family. More...
 
class  MinimizerContainerItem
 The MinimizerContainerItem class holds collection of minimizers. More...
 
class  MinimizerItem
 The MinimizerItem class is the base item to hold minimizer settings. More...
 
class  MinuitMinimizerItem
 The MinuitMinimizerItem class represents settings for ROOT Minuit2 minimizer. More...
 
class  SimAnMinimizerItem
 The SimAnMinimizerItem class represents settings for GSL's simulated annealing minimizer. More...
 

Typedefs

using ValueDescriptors = QList< std::variant< DoubleDescriptor, UIntDescriptor, SelectionDescriptor< QString > >>
 

Typedef Documentation

◆ ValueDescriptors

using ValueDescriptors = QList<std::variant<DoubleDescriptor, UIntDescriptor, SelectionDescriptor<QString> >>

Definition at line 27 of file MinimizerItem.h.