Cosmetic change.

time-shift
Stéphane Adjemia (Scylla) 2018-10-06 17:52:58 +02:00
parent 108854a484
commit e5317b17de
Signed by untrusted user who does not match committer: stepan
GPG Key ID: A6D44CB9C64CE77B
1 changed files with 4 additions and 2 deletions

View File

@ -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