Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dynare
Commits
fb19cce2
Verified
Commit
fb19cce2
authored
5 years ago
by
Stéphane Adjemian
Browse files
Options
Downloads
Patches
Plain Diff
Fixed online filter (wrong number of arguments).
[skip ci]
parent
99d2b5ad
No related branches found
No related tags found
No related merge requests found
Pipeline
#3187
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab/optimization/dynare_minimize_objective.m
+2
-1
2 additions, 1 deletion
matlab/optimization/dynare_minimize_objective.m
with
2 additions
and
1 deletion
matlab/optimization/dynare_minimize_objective.m
+
2
−
1
View file @
fb19cce2
...
...
@@ -418,7 +418,8 @@ switch minimizer_algorithm
[
opt_par_values
,
fval
,
exitflag
]
=
simpsa
(
func2str
(
objective_function
),
start_par_value
,
LB
,
UB
,
simpsaOptions
,
varargin
{:});
case
11
options_
.
cova_compute
=
0
;
[
opt_par_values
,
stdh
,
lb_95
,
ub_95
,
med_param
]
=
online_auxiliary_filter
(
start_par_value
,
varargin
{:});
subvarargin
=
[
varargin
(
1
),
varargin
(
3
:
6
),
varargin
(
8
)];
[
opt_par_values
,
stdh
,
lb_95
,
ub_95
,
med_param
]
=
online_auxiliary_filter
(
start_par_value
,
subvarargin
{:});
case
12
if
isoctave
error
(
'Option mode_compute=12 is not available under Octave'
)
...
...
This diff is collapsed.
Click to expand it.
Stéphane Adjemian
@stepan-a
mentioned in commit
71c76daf
·
5 years ago
mentioned in commit
71c76daf
mentioned in commit 71c76daf5c37adedd7a9fecc8bda2a01748f66d6
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment