Skip to content
Snippets Groups Projects
Commit b2c118d4 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

discretionary_policy needs linear option

parent a1204b57
No related branches found
No related tags found
No related merge requests found
......@@ -5162,6 +5162,10 @@ This command computes an approximation of the optimal policy under
discretion. The algorithm implemented is essentially an LQ solver, and
is described by @cite{Dennis (2007)}.
You should ensure that your model is linear and your objective is
quadratic. Also, you should set the @code{linear} option of the
@code{model} block.
@optionshead
This command accepts the same options than @code{ramsey_policy}, plus:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment