garegr_options

Sets options for function garegr

Contents

Syntax

garegr_options (key, val)

Description

Sets options for function 'garegr' one by one;

Input

'default': sets options at default values
any other key (see below): print value to screen
'max_step_number', default: 500
'max_evol', default:50;
'tol_fun', default: 1e-6;
'popSize', default: 50;
'startPop', default: [];
'report', default: 1

Output

Example of use

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