40 const std::string category()
const override;
50 void afterPropertySet(
const std::string &propName)
override;
51 void addWorkspace(
const std::string &workspacePropertyName,
bool addProperties =
true);
57 void setStepSizeMethod();
59 std::vector<std::string> getCostFunctionNames()
const;
60 void declareCostFunctionProperty();
61 std::shared_ptr<CostFunctions::CostFuncFitting> getCostFunctionInitialized()
const;
An base class for domain creators for use in Fit.
DomainType
Type of domain to create.