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
Dynare
preprocessor
Commits
16ac13a9
Commit
16ac13a9
authored
Dec 06, 2013
by
MichelJuillard
Browse files
osr: added optimal value of parameters to oo_.osr.optim_params; moved
osr_example to ./tests/optimal_policy
parent
9dfcf897
Changes
1
Hide whitespace changes
Inline
Side-by-side
ComputingTasks.cc
View file @
16ac13a9
...
...
@@ -834,7 +834,7 @@ OsrStatement::writeOutput(ostream &output, const string &basename) const
{
options_list
.
writeOutput
(
output
);
symbol_list
.
writeOutput
(
"var_list_"
,
output
);
output
<<
"osr(var_list_,osr_params_,obj_var_,optim_weights_);
\n
"
;
output
<<
"
oo_.osr =
osr(var_list_,osr_params_,obj_var_,optim_weights_);
\n
"
;
}
OptimWeightsStatement
::
OptimWeightsStatement
(
const
var_weights_t
&
var_weights_arg
,
...
...
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