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
Marco Ratto
dynare
Commits
e5317b17
Verified
Commit
e5317b17
authored
Oct 06, 2018
by
Stéphane Adjemian
Browse files
Cosmetic change.
parent
108854a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/optimization/simplex_optimization_routine.m
View file @
e5317b17
...
...
@@ -197,8 +197,10 @@ if ~nopenalty
error
(
'simplex_optimization_routine:: Initial condition is wrong!'
)
else
[
v
,
fv
,
delta
]
=
simplex_initialization
(
objective_function
,
initial_point
,
initial_score
,
delta
,
zero_delta
,
1
,
varargin
{:});
disp
(
'Done!'
)
skipline
()
if
verbose
disp
(
'Done!'
)
skipline
()
end
func_count
=
number_of_variables
+
1
;
iter_count
=
1
;
if
verbose
...
...
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