class MisFitFcn : public ObjectiveFunction A misfit objective function
| MisFitFcn () | |||||||||
| MisFitFcn ( int n , Forward * p , Vector <double>* d, int lp) Constructor
| |||||||||
| getOrder () const returns lp | |||||||||
| experiments () const returns number of iterations | |||||||||
| className () const returns name of the current class | |||||||||
| forwardName () const returns name of the Forward class | |||||||||
| getGradient (const Model <double>& m) evaluate gradient Vector for Model $m$ | |||||||||
| getGradient (const Model <long>&) | |||||||||
| updateError (const Model <double>& m) evaluate lp-norm error for Model $m$ | |||||||||
| updateError (const Model <long>& m) | |||||||||
| observedData () const returns the observed data Vector | |||||||||
| currentError () const returns the error Vector between observed and calculated | |||||||||
| operateOn (const Vector <double>&) Forward operator applied to double vector $v$ | |||||||||
| operateOn (const Vector <long>&) Forward operator applied to long vector $v$ | |||||||||
| operateOn (int, const Vector <double>&) | |||||||||
| operateOn (int, const Vector <long>&) | |||||||||
| adjointOperation (const Vector <double> &) adjoint of the Forward operator operates on Vector v; mostly used when the Forward is a LinForward | |||||||||
| getOneOperator (int) | |||||||||
| getRefData () |
| realPerformance (const Model <long>&) | |
| realPerformance (const Model <double>&) |
MisFitFcn is a derived class of objective function which measures the least-square error between the observed and calculated data set. The calculated data set are passed by the Forward operator which needs to be defined when constructing the MisFitFcn class.MisFitFcn currently only takes Models either double or long integer. It is mostly because I tried to avoid using templates, due to the guliness of template features in G++. Hopefully, this could be changed soon.
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling