ReFRACtor
|
#include <fp_gsl_matrix.h>
#include <fp_exception.h>
#include <gsl_mdm.h>
#include <cost_minimizer_gsl.h>
#include <cmath>
Go to the source code of this file.
Functions | |
boost::shared_ptr< IterativeSolver > | cost_minimizer_gsl_create (const boost::shared_ptr< CostFunc > &cost, int max_cost_function_calls, double size_tol, const Array< double, 1 > &init_step_size, bool vrbs) |
void | print_state (unsigned int iter, gsl_multimin_fminimizer *s, int status) |
boost::shared_ptr<IterativeSolver> cost_minimizer_gsl_create | ( | const boost::shared_ptr< CostFunc > & | cost, |
int | max_cost_function_calls, | ||
double | size_tol, | ||
const Array< double, 1 > & | init_step_size, | ||
bool | vrbs | ||
) |
Definition at line 14 of file cost_minimizer_gsl.cc.
void print_state | ( | unsigned int | iter, |
gsl_multimin_fminimizer * | s, | ||
int | status | ||
) |
Definition at line 38 of file cost_minimizer_gsl.cc.