Skip to content
Snippets Groups Projects
Commit 1bbfd904 authored by Frédéric Karamé's avatar Frédéric Karamé
Browse files

Added online auxiliary filter as options_.mode_compute=10.

parent 06237375
Branches
No related tags found
No related merge requests found
......@@ -399,6 +399,9 @@ if ~isequal(options_.mode_compute,0) && ~options_.mh_posterior_mode_estimation
[x, fval, COUNTEVAL, STOPFLAG, OUT, BESTEVER] = cmaes(func2str(objective_function),xparam1,H0,options_.cmaes,dataset_,options_,M_,estim_params_,bayestopt_,oo_);
xparam1=BESTEVER.x;
disp(sprintf('\n Objective function at mode: %f',fval))
case 10
options_.cova_compute = 0 ;
[xparam1,stdh,lb_95,ub_95,med_param] = online_auxiliary_filter(xparam1,dataset_,options_,M_,estim_params_,bayestopt_,oo_) ;
case 101
myoptions=soptions;
myoptions(2)=1e-6; %accuracy of argument
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment