Point Cloud Library (PCL) 1.15.0
Loading...
Searching...
No Matches
BFGS< FunctorType >::Parameters Struct Reference

#include <pcl/registration/bfgs.h>

Public Member Functions

 Parameters ()

Public Attributes

Index max_iters
Index bracket_iters
Index section_iters
Scalar rho
Scalar sigma
Scalar tau1
Scalar tau2
Scalar tau3
Scalar step_size
Index order

Detailed Description

template<typename FunctorType>
struct BFGS< FunctorType >::Parameters

Definition at line 130 of file bfgs.h.

Constructor & Destructor Documentation

◆ Parameters()

template<typename FunctorType>
BFGS< FunctorType >::Parameters::Parameters ( )
inline

Definition at line 131 of file bfgs.h.

References bracket_iters, max_iters, order, rho, section_iters, sigma, step_size, tau1, tau2, and tau3.

Member Data Documentation

◆ bracket_iters

template<typename FunctorType>
Index BFGS< FunctorType >::Parameters::bracket_iters

Definition at line 144 of file bfgs.h.

Referenced by Parameters().

◆ max_iters

template<typename FunctorType>
Index BFGS< FunctorType >::Parameters::max_iters

Definition at line 143 of file bfgs.h.

Referenced by Parameters().

◆ order

template<typename FunctorType>
Index BFGS< FunctorType >::Parameters::order

◆ rho

template<typename FunctorType>
Scalar BFGS< FunctorType >::Parameters::rho

◆ section_iters

template<typename FunctorType>
Index BFGS< FunctorType >::Parameters::section_iters

Definition at line 145 of file bfgs.h.

Referenced by Parameters().

◆ sigma

template<typename FunctorType>
Scalar BFGS< FunctorType >::Parameters::sigma

◆ step_size

template<typename FunctorType>
Scalar BFGS< FunctorType >::Parameters::step_size

Definition at line 151 of file bfgs.h.

Referenced by Parameters().

◆ tau1

template<typename FunctorType>
Scalar BFGS< FunctorType >::Parameters::tau1

◆ tau2

template<typename FunctorType>
Scalar BFGS< FunctorType >::Parameters::tau2

◆ tau3

template<typename FunctorType>
Scalar BFGS< FunctorType >::Parameters::tau3

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