Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
6a250f89
Commit
6a250f89
authored
Oct 08, 2013
by
Stéphane Adjemian
Browse files
Removed interface for H0 (cmaes).
parent
8d8407f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/dynare_estimation_1.m
View file @
6a250f89
...
...
@@ -513,8 +513,6 @@ if ~isequal(options_.mode_compute,0) && ~options_.mh_posterior_mode_estimation
cmaesOptions
.
TolX
=
str2double
(
options_list
{
2
*
(
o
-
1
)
+
2
});
case
'
''
MaxFunEvals
''
'
cmaesOptions
.
MaxFunEvals
=
str2num
(
options_list
{
2
*
(
o
-
1
)
+
2
});
case
'
''
H0
''
'
H0
=
eval
(
eval
(
options_list
{
2
*
(
o
-
1
)
+
2
}));
otherwise
warning
([
'cmaes: Unknown option ('
options_list
{
2
*
(
o
-
1
)
+
1
}
')!'
])
end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment