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
0157127d
Commit
0157127d
authored
Oct 08, 2013
by
Stéphane Adjemian
Browse files
Document some of the options for cmaes.
parent
1f884db8
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/dynare.texi
View file @
0157127d
...
@@ -4581,10 +4581,30 @@ Tolerance parameter (w.r.t the objective function). Default: @code{1e-4}
...
@@ -4581,10 +4581,30 @@ Tolerance parameter (w.r.t the objective function). Default: @code{1e-4}
Tolerance parameter (w.r.t the instruments). Default: @code{1e-4}
Tolerance parameter (w.r.t the instruments). Default: @code{1e-4}
@item '
InitialSimplexSize
'
@item '
InitialSimplexSize
'
Initial size of the simplex, expressed as percentage deviation from the provided initial guess in each direction. Default: @code{.05}
Initial size of the simplex, expressed as percentage deviation from the provided initial guess in each direction. Default: @code{.05}
@end table
@end table
@item 9
Available options are:
@table @code
@item '
MaxIter
'
Maximum number of iterations.
@item '
MaxFunEvals
'
Maximum number of objective function evaluations. Default: @code{Inf}.
@item '
TolFun
'
Tolerance parameter (w.r.t the objective function). Default: @code{1e-7}
@item '
TolX
'
Tolerance parameter (w.r.t the instruments). Default: @code{1e-7}
@end table
@item 10
@item 10
Available options are:
Available options are:
...
...
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