![]() |
Stan Math Library
5.2.0
Automatic Differentiation
|
|
inline |
Create the update function for the line search, capturing necessary references.
| ObjFun | Callable type for the objective function (accepting (a, theta)) |
| ThetaGradFun | Callable type for the theta gradient function (accepting theta) |
| Covariance | Type of the covariance matrix |
| Options | Type of the options struct containing line search parameters |
| [in] | obj_fun | Objective function functor |
| [in] | theta_grad_f | Theta gradient functor |
| [in] | covariance | Prior covariance matrix Sigma |
| [in] | options | Options struct containing line search parameters |
Definition at line 1062 of file laplace_marginal_density_estimator.hpp.