ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions | Variables
output_checks.cpp File Reference

(Last Changed on June 29, 2022 for git-revision be1526a357a87937cf302cae3cdbcf78712362c7.)

#include "admodel.h"
#include <ctime>

Go to the source code of this file.

Functions

void check_for_params_on_bounds (ostream &os)
 check for active parameters near bounds More...
 
adstring_array get_param_names ()
 Get names of active parameters. More...
 
bool has_bounds (initial_params *p)
 

Variables

static int debug = 0
 

Function Documentation

void check_for_params_on_bounds ( ostream &  os)

check for active parameters near bounds

Parameters
os- ostream object to write results to

Definition at line 293 of file output_checks.cpp.

Referenced by fmm::fmin().

adstring_array get_param_names ( )

Get names of active parameters.

Definition at line 239 of file output_checks.cpp.

Referenced by get_maxparname(), and function_minimizer::hess_step().

bool has_bounds ( initial_params p)

Definition at line 269 of file output_checks.cpp.

Referenced by check_for_params_on_bounds().

Variable Documentation

int debug = 0
static