12namespace CurveFitting {
14namespace CostFunctions {
26 const std::string name()
const override;
27 int version()
const override;
28 const std::vector<std::string>
seeAlso()
const override {
return {
"CalculateChiSquared",
"Fit"}; }
29 const std::string summary()
const override;
32 void initConcrete()
override;
33 void execConcrete()
override;
Calculate cost function for a function and a data set in a workspace.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
std::shared_ptr< CostFunctions::CostFuncFitting > m_costFunction
Cache for the cost function.
A semi-abstract class for a cost function for fitting functions.
A base class for fitting algorithms.
Helper class which provides the Collimation Length for SANS instruments.