Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 56 of file bfgs.hpp.

Constructor & Destructor Documentation

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

Definition at line 58 of file bfgs.hpp.

Member Data Documentation

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

Definition at line 66 of file bfgs.hpp.

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

Definition at line 64 of file bfgs.hpp.

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

Definition at line 65 of file bfgs.hpp.

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

Definition at line 67 of file bfgs.hpp.


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

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