12namespace CurveFitting {
21 const std::string name()
const override;
22 int version()
const override;
23 const std::vector<std::string>
seeAlso()
const override {
return {
"Fit",
"EstimatePeakErrors"}; }
24 const std::string summary()
const override;
27 void initConcrete()
override;
28 void execConcrete()
override;
Estimate parameters of a fitting function using a Monte Carlo algorithm.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
A base class for fitting algorithms.
Helper class which provides the Collimation Length for SANS instruments.