nmregr_options
Contents
Syntax
.m nmregr_options (key, val)
Description
sets options for function 'nmregr' one by one
Input
- no input: print values to screen
- one input:
'default' sets options at default values other keys (see below) to print value to screen
- two inputs
'report': 1 - to report steps to screen; 0 - not to; 'max_step_number': maximum number of steps 'max_fun_evals': maximum number of function evaluations 'tol_simplex': tolerance for how close the simplex points must be together to call them the same 'tol_tun': tolerance for how close the loss-function values must be together to call them the same
Output
- no output, but globals are set to values or values printed to screen
Example of use
nmregr_options('default'); nmregr_options('report', 0)