Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::math::laplace_options_base Struct Reference

Detailed Description

Options for the Laplace approximation.

Definition at line 31 of file laplace_marginal_density_estimator.hpp.

#include <laplace_marginal_density_estimator.hpp>

+ Inheritance diagram for stan::math::laplace_options_base:

Public Member Functions

 laplace_options_base ()=default
 
 laplace_options_base (int hessian_block_size_, int solver_, double tolerance_, int max_num_steps_, bool allow_fallthrough_, int max_steps_line_search_)
 

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: