nmregr_options

Contents

Syntax

.m nmregr_options (key, val)

Description

sets options for function 'nmregr' one by one

Input

  'default' sets options at default values
  other keys (see below) to print value to screen
  '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

Example of use

nmregr_options('default'); nmregr_options('report', 0)