Skip to content
Snippets Groups Projects
Commit 3753d5f9 authored by Dóra Kocsis's avatar Dóra Kocsis
Browse files

fix bug in estimation input: optim

parent 0e7e37fc
No related branches found
No related tags found
No related merge requests found
...@@ -64,10 +64,7 @@ switch name ...@@ -64,10 +64,7 @@ switch name
case 'mode_check_number_of_points' case 'mode_check_number_of_points'
mapping = 'mode_check.number_of_points'; mapping = 'mode_check.number_of_points';
case 'optim'
mapping = 'optim_opt';
case 'mh_nblocks' case 'mh_nblocks'
mapping = 'mh_nblck'; mapping = 'mh_nblck';
......
...@@ -129,6 +129,9 @@ try ...@@ -129,6 +129,9 @@ try
case 'posterior_sampler_options' case 'posterior_sampler_options'
options_.posterior_sampler_options.sampling_opt = value; options_.posterior_sampler_options.sampling_opt = value;
case 'optim'
options_.optim_opt = value;
otherwise otherwise
if isnumeric(value) if isnumeric(value)
eval(['options_.' gui_auxiliary.command_option_mapping(name) '=' num2str(value) ';']); eval(['options_.' gui_auxiliary.command_option_mapping(name) '=' num2str(value) ';']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment