BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Go to the source code of this file.
Namespaces | |
ObjectiveMetricUtils | |
Functions | |
const std::function< double(double)> | ObjectiveMetricUtils::l1Norm () |
const std::function< double(double)> | ObjectiveMetricUtils::l2Norm () |
std::unique_ptr< ObjectiveMetric > | ObjectiveMetricUtils::createMetric (const std::string &metric) |
std::unique_ptr< ObjectiveMetric > | ObjectiveMetricUtils::createMetric (std::string metric, std::string norm) |
std::string | ObjectiveMetricUtils::availableMetricOptions () |
std::vector< std::string > | ObjectiveMetricUtils::normNames () |
std::vector< std::string > | ObjectiveMetricUtils::metricNames () |
std::string | ObjectiveMetricUtils::defaultNormName () |
std::string | ObjectiveMetricUtils::defaultMetricName () |
Defines ObjectiveMetric utilities and corresponding namespace.
Definition in file ObjectiveMetricUtils.h.