Stan  2.10.0
probability, sampling & optimization
Functions
stan::services::optimize Namespace Reference

Functions

template<typename Model , typename BFGSOptimizer , typename RNGT , typename StartIterationCallback >
int do_bfgs_optimize (Model &model, BFGSOptimizer &bfgs, RNGT &base_rng, double &lp, std::vector< double > &cont_vector, std::vector< int > &disc_vector, interface_callbacks::writer::base_writer &output, interface_callbacks::writer::base_writer &info, bool save_iterations, int refresh, StartIterationCallback &interrupt)
 

Function Documentation

template<typename Model , typename BFGSOptimizer , typename RNGT , typename StartIterationCallback >
int stan::services::optimize::do_bfgs_optimize ( Model &  model,
BFGSOptimizer &  bfgs,
RNGT &  base_rng,
double &  lp,
std::vector< double > &  cont_vector,
std::vector< int > &  disc_vector,
interface_callbacks::writer::base_writer output,
interface_callbacks::writer::base_writer info,
bool  save_iterations,
int  refresh,
StartIterationCallback &  interrupt 
)

Definition at line 21 of file do_bfgs_optimize.hpp.


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