Stan  2.10.0
probability, sampling & optimization
Public Member Functions | Public Attributes | List of all members
stan::optimization::LSOptions< Scalar > Class Template Reference

#include <bfgs.hpp>

Public Member Functions

 LSOptions ()
 

Public Attributes

Scalar c1
 
Scalar c2
 
Scalar alpha0
 
Scalar minAlpha
 

Detailed Description

template<typename Scalar = double>
class stan::optimization::LSOptions< Scalar >

Definition at line 55 of file bfgs.hpp.

Constructor & Destructor Documentation

template<typename Scalar = double>
stan::optimization::LSOptions< Scalar >::LSOptions ( )
inline

Definition at line 57 of file bfgs.hpp.

Member Data Documentation

template<typename Scalar = double>
Scalar stan::optimization::LSOptions< Scalar >::alpha0

Definition at line 65 of file bfgs.hpp.

template<typename Scalar = double>
Scalar stan::optimization::LSOptions< Scalar >::c1

Definition at line 63 of file bfgs.hpp.

template<typename Scalar = double>
Scalar stan::optimization::LSOptions< Scalar >::c2

Definition at line 64 of file bfgs.hpp.

template<typename Scalar = double>
Scalar stan::optimization::LSOptions< Scalar >::minAlpha

Definition at line 66 of file bfgs.hpp.


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

     [ Stan Home Page ] © 2011–2016, Stan Development Team.