Skip to content
Snippets Groups Projects
Commit 71276102 authored by MichelJuillard's avatar MichelJuillard
Browse files

fixing bug in initialization of bayestopt_.name

(cherry picked from commit a5d84a90)
parent de8ecfe0
Branches
Tags
No related merge requests found
......@@ -60,7 +60,7 @@ bayestopt_.p6 = []; % first hyper-parameter (\alpha for the BETA and GAMMA distr
bayestopt_.p7 = []; % second hyper-parameter (\beta for the BETA and GAMMA distributions, \nu for the INVERSE GAMMAs, standard deviation for the GAUSSIAN distribution, upper bound for the UNIFORM distribution).
bayestopt_.jscale = [];
bayestopt_.name = [];
bayestopt_.name = {};
if nvx
xparam1 = estim_params_.var_exo(:,2);
ub = estim_params_.var_exo(:,4);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment