Skip to content

Commit

Permalink
set default number of iterations to -100
Browse files Browse the repository at this point in the history
  • Loading branch information
martin committed Sep 7, 2017
1 parent ce097b7 commit 343c20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpdyn-training/trainGPoe.m
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
disp(' ');
disp(strcat(['delta flogtheta: ', num2str(abs(flogtheta(end) - flogtheta(end-1)))]));
disp(' ')
[hyp, flogthetatmp,i] = feval(minf, hyp, @simLL, -10,...
[hyp, flogthetatmp,i] = feval(minf, hyp, @simLL, -100,...
inf, mean, cov, lik, u, simulated_y, target, lag, simf);

%in the last iteration of minimisation algorithm the simulation is evaluated again for obtaining
Expand Down

0 comments on commit 343c20a

Please sign in to comment.