garegr_options
Sets options for function garegr
Contents
Syntax
garegr_options (key, val)
Description
Sets options for function 'garegr' one by one;
Input
- no input: print values to screen
- one input:
'default': sets options at default values any other key (see below): print value to screen
- two inputs
'max_step_number', default: 500 'max_evol', default:50; 'tol_fun', default: 1e-6; 'popSize', default: 50; 'startPop', default: []; 'report', default: 1
Output
- no output, but globals are set to values or values are printed to screen
Example of use
garegr_options('default'); garegr_options('report', 0)