Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::math::laplace_options< false > Struct Reference

Detailed Description

Definition at line 81 of file laplace_marginal_density_estimator.hpp.

#include <laplace_marginal_density_estimator.hpp>

+ Inheritance diagram for stan::math::laplace_options< false >:

Public Member Functions

 laplace_options ()=default
 
 laplace_options (int hessian_block_size_)
 

Public Attributes

int hessian_block_size {internal::laplace_default_hessian_block_size}
 
int solver {internal::laplace_default_solver}
 Which linear solver to use inside the Newton step.
 
double tolerance {internal::laplace_default_tolerance}
 Iterations end when the absolute change in the optimization objective is less than this tolerance.
 
int max_num_steps {internal::laplace_default_max_num_steps}
 
int allow_fallthrough {internal::laplace_default_allow_fallthrough}
 
laplace_line_search_options line_search
 

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