|
ANIMA
4.0
|
Bounded variable least squares optimizer. Coming from Stark and Parker paper P.B. Stark and R.L. Parker. Bounded-variable least-squares: an algorithm and applications. Computational Statistics, 1995. More...
#include <animaBVLSOptimizer.h>
Inheritance diagram for anima::BVLSOptimizer:
Collaboration diagram for anima::BVLSOptimizer:Public Types | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef vnl_matrix< double > | MatrixType |
| typedef Superclass::ParametersType | ParametersType |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef BVLSOptimizer | Self |
| typedef itk::Optimizer | Superclass |
| typedef vnl_vector< double > | VectorType |
Public Member Functions | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| double | GetCurrentResidual () |
| virtual const char * | GetNameOfClass () const |
| void | SetDataMatrix (const MatrixType &data) |
| void | SetLowerBounds (const ParametersType &lb) |
| void | SetPoints (const ParametersType &points) |
| void | SetUpperBounds (const ParametersType &ub) |
| void | StartOptimization () ITK_OVERRIDE |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| BVLSOptimizer () | |
| virtual | ~BVLSOptimizer () ITK_OVERRIDE |
Bounded variable least squares optimizer. Coming from Stark and Parker paper P.B. Stark and R.L. Parker. Bounded-variable least-squares: an algorithm and applications. Computational Statistics, 1995.
Definition at line 15 of file animaBVLSOptimizer.h.
| typedef itk::SmartPointer<const Self> anima::BVLSOptimizer::ConstPointer |
Definition at line 22 of file animaBVLSOptimizer.h.
| typedef vnl_matrix<double> anima::BVLSOptimizer::MatrixType |
Type of the input matrix data
Definition at line 33 of file animaBVLSOptimizer.h.
| typedef Superclass::ParametersType anima::BVLSOptimizer::ParametersType |
Definition at line 24 of file animaBVLSOptimizer.h.
| typedef itk::SmartPointer<Self> anima::BVLSOptimizer::Pointer |
Definition at line 21 of file animaBVLSOptimizer.h.
Standard class typedefs.
Definition at line 19 of file animaBVLSOptimizer.h.
Definition at line 20 of file animaBVLSOptimizer.h.
| typedef vnl_vector<double> anima::BVLSOptimizer::VectorType |
Definition at line 34 of file animaBVLSOptimizer.h.
|
inlineprotected |
Definition at line 47 of file animaBVLSOptimizer.h.
|
inlineprotectedvirtual |
Definition at line 48 of file animaBVLSOptimizer.h.
| virtual::itk::LightObject::Pointer anima::BVLSOptimizer::CreateAnother | ( | void | ) | const |
| double anima::BVLSOptimizer::GetCurrentResidual | ( | ) |
Definition at line 328 of file animaBVLSOptimizer.cxx.
|
virtual |
Run-time type information (and related methods).
|
static |
Method for creation through the object factory.
|
inline |
Definition at line 39 of file animaBVLSOptimizer.h.
|
inline |
Definition at line 41 of file animaBVLSOptimizer.h.
|
inline |
Definition at line 40 of file animaBVLSOptimizer.h.
|
inline |
Definition at line 42 of file animaBVLSOptimizer.h.
| void anima::BVLSOptimizer::StartOptimization | ( | ) |
Start optimization.
Definition at line 7 of file animaBVLSOptimizer.cxx.
1.8.13