SourceXtractorPlusPlus  0.14
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
ModelFitting::LeastSquareEngine Class Referenceabstract

Interface of classes implementing least square minimization. More...

#include <LeastSquareEngine.h>

Inheritance diagram for ModelFitting::LeastSquareEngine:
[legend]

Public Member Functions

virtual ~LeastSquareEngine ()=default
 Destructor. More...
 
virtual LeastSquareSummary solveProblem (EngineParameterManager &parameter_manager, ResidualEstimator &residual_estimator)=0
 

Detailed Description

Interface of classes implementing least square minimization.

The implementations of this interface should implement the solveProblem() method to solve the minimization problem, using an underlying minimization library. The given arguments (an EngineParameterManager and a ResidualEstimator) should be used the following way:

Definition at line 59 of file LeastSquareEngine.h.

Constructor & Destructor Documentation

virtual ModelFitting::LeastSquareEngine::~LeastSquareEngine ( )
virtualdefault

Destructor.

Member Function Documentation

virtual LeastSquareSummary ModelFitting::LeastSquareEngine::solveProblem ( EngineParameterManager parameter_manager,
ResidualEstimator residual_estimator 
)
pure virtual

Solves the problem defined by the given parameter manager and residual estimator.

Implemented in ModelFitting::GSLEngine, and ModelFitting::LevmarEngine.


The documentation for this class was generated from the following file: