Stan  2.10.0
probability, sampling & optimization
Namespaces | Functions
do_bfgs_optimize.hpp File Reference
#include <stan/interface_callbacks/writer/base_writer.hpp>
#include <stan/optimization/bfgs.hpp>
#include <stan/services/error_codes.hpp>
#include <stan/services/io/do_print.hpp>
#include <stan/services/io/write_iteration.hpp>
#include <fstream>
#include <iostream>
#include <iomanip>
#include <string>
#include <vector>

Go to the source code of this file.

Namespaces

 stan
 Probability, optimization and sampling library.
 
 stan::services
 
 stan::services::optimize
 

Functions

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)
 

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