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
8d8407f9
Commit
8d8407f9
authored
Oct 08, 2013
by
Stéphane Adjemian
Browse files
Changed default options for cmaes (reduced tolfun and tolx).
parent
0f124042
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/global_initialization.m
View file @
8d8407f9
...
...
@@ -457,6 +457,8 @@ cmaes.WarnOnEqualFunctionValues='no';
cmaes
.
DispModulo
=
'10'
;
cmaes
.
LogModulo
=
'0'
;
cmaes
.
LogTime
=
'0'
;
cmaes
.
TolFun
=
1e-7
;
cmaes
.
TolX
=
1e-7
;
options_
.
cmaes
=
cmaes
;
% simpsa optimization routine.
...
...
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