Skip to content
Snippets Groups Projects
Commit e32cbf62 authored by Marco Ratto's avatar Marco Ratto
Browse files

Fixed bug when neighborhood_width is used : MC option must be forced.

parent b4938889
Branches
Tags
No related merge requests found
...@@ -163,6 +163,11 @@ options_gsa = set_default_option(options_gsa,'istart_rmse',options_.presample+1) ...@@ -163,6 +163,11 @@ options_gsa = set_default_option(options_gsa,'istart_rmse',options_.presample+1)
options_gsa = set_default_option(options_gsa,'alpha_rmse',0.001); options_gsa = set_default_option(options_gsa,'alpha_rmse',0.001);
options_gsa = set_default_option(options_gsa,'alpha2_rmse',1.e-5); options_gsa = set_default_option(options_gsa,'alpha2_rmse',1.e-5);
if options_gsa.neighborhood_width,
options_gsa.pprior=0;
options_gsa.ppost=0;
end
if options_gsa.redform && options_gsa.neighborhood_width==0 && isempty(options_gsa.threshold_redform), if options_gsa.redform && options_gsa.neighborhood_width==0 && isempty(options_gsa.threshold_redform),
options_gsa.pprior=1; options_gsa.pprior=1;
options_gsa.ppost=0; options_gsa.ppost=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment