BornAgain  1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
mumufit Namespace Reference

Description

The multi-library, multi-algorithm fit wrapper library.

Namespaces

 internal
 Utility functions to generate reports.
 
 stringUtils
 Utility functions to analyze or modify strings.
 
 utils
 Utility functions for fit library.
 

Classes

class  IFunctionAdapter
 Base class for objective function adapters, which converts user functions to minimize into the function which minimization machinery expects. More...
 
class  Kernel
 A main class to run fitting. More...
 
class  Minimizer
 A main class to run fitting. More...
 
class  MinimizerResult
 Result of minimization round. More...
 
class  ObjectiveFunctionAdapter
 Converts user objective function to function ROOT expects. Handles time of life of function objects. More...
 
class  Parameter
 A fittable parameter with value, error, step, and limits. More...
 
class  Parameters
 A collection of fit parameters. More...
 
class  ResidualFunctionAdapter
 Provides RootResidualFunction which will be minimizer by ROOT. Converts ROOT calls to the call of fcn_residual_t. More...
 
class  ScalarFunctionAdapter
 Converts user objective function to chi2 like function which ROOT expects. More...