MatlabStan icon indicating copy to clipboard operation
MatlabStan copied to clipboard

Adds full access to all cmdStan command line options.

Open matanhofree opened this issue 7 years ago • 0 comments

An additional private memmber variable "inOpts" is added to the StanModel object, this allows for a hierarchical struct as input which is merged with default command line options.

E.g.: opts.optimize.iter = 5000; sf.optimizing('data',zData,'inOpts',opts);

matanhofree avatar Jun 23 '17 11:06 matanhofree