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
6a45f0a9
Commit
6a45f0a9
authored
May 10, 2011
by
MichelJuillard
Browse files
osr: added penalty for complex values in model Jacobian
parent
65ad78ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/osr_obj.m
View file @
6a45f0a9
...
...
@@ -45,6 +45,9 @@ switch info(1)
case
5
loss
=
1e8
;
return
case
6
loss
=
1e8
*
min
(
1e3
,
info
(
2
));
return
case
20
loss
=
1e8
*
min
(
1e3
,
info
(
2
));
return
...
...
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