Skip to content

Commit

Permalink
Adjust SlotsPlusResourcesModel start params. Fixes #18.
Browse files Browse the repository at this point in the history
  • Loading branch information
suchow committed Sep 2, 2013
1 parent 506da51 commit 3fa5a4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MemModels/SlotsPlusResourcesModel.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
model.upperbound = [Inf Inf]; % Upper bounds for the parameters
model.movestd = [0.1, 0.1];
model.pdf = @slotpdf;
model.start = [2, 0.1; % g, sd
3, 1; % g, sd
4, 10]; % g, sd
model.start = [2, 20; % g, sd
3, 60; % g, sd
4, 5]; % g, sd

% To specify a prior probability distribution, change and uncomment
% the following line, where p is a vector of parameter values, arranged
Expand Down

0 comments on commit 3fa5a4d

Please sign in to comment.