Mantid
Loading...
Searching...
No Matches
EstimateFitParameters.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2015 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7#pragma once
8
10
11namespace Mantid {
12namespace CurveFitting {
13namespace Algorithms {
14
19class MANTID_CURVEFITTING_DLL EstimateFitParameters : public IFittingAlgorithm {
20public:
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;
25
26private:
27 void initConcrete() override;
28 void execConcrete() override;
29};
30
31} // namespace Algorithms
32} // namespace CurveFitting
33} // namespace Mantid
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.