SourceXtractorPlusPlus
0.13
Please provide a description of the project.
|
Interface of classes implementing least square minimization. More...
#include <LeastSquareEngine.h>
Public Member Functions | |
virtual | ~LeastSquareEngine ()=default |
Destructor. More... | |
virtual LeastSquareSummary | solveProblem (EngineParameterManager ¶meter_manager, ResidualEstimator &residual_estimator)=0 |
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.
|
virtualdefault |
Destructor.
|
pure virtual |
Solves the problem defined by the given parameter manager and residual estimator.
Implemented in ModelFitting::GSLEngine, and ModelFitting::LevmarEngine.