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

Detailed Description

Definition at line 78 of file laplace_marginal_density_estimator.hpp.

#include <laplace_marginal_density_estimator.hpp>

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

Public Attributes

int hessian_block_size {1}
 
int solver {1}
 Which linear solver to use inside the Newton step.
 
double tolerance {1.49012e-08}
 Iterations end when the absolute change in the optimization objective is less than this tolerance.
 
int max_num_steps {500}
 
int allow_fallthrough {true}
 
laplace_line_search_options line_search
 

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