Mantid
Loading...
Searching...
No Matches
BFGS_Minimizer.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2009 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
9//----------------------------------------------------------------------
10// Includes
11//----------------------------------------------------------------------
12#include "MantidCurveFitting/DllConfig.h"
14
15namespace Mantid {
16namespace CurveFitting {
17namespace FuncMinimisers {
25class MANTID_CURVEFITTING_DLL BFGS_Minimizer : public DerivMinimizer {
26public:
30 std::string name() const override { return "BFGS_Minimizer"; }
31
32protected:
34 const gsl_multimin_fdfminimizer_type *getGSLMinimizerType() override;
35
38};
39
40} // namespace FuncMinimisers
41} // namespace CurveFitting
42} // namespace Mantid
Implementing Broyden-Fletcher-Goldfarb-Shanno (BFGS) algorithm by wrapping the IFuncMinimizer interfa...
static Kernel::Logger & g_log
Static reference to the logger class.
std::string name() const override
Name of the minimizer.
A wrapper around the GSL functions implementing a minimizer using derivatives.
The Logger class is in charge of the publishing messages from the framework through various channels.
Definition: Logger.h:52
Helper class which provides the Collimation Length for SANS instruments.