Does Maxrunsize override poolsize?


Author
Message
Kolfers
Kolfers
Distinguished Member (3.6K reputation)Distinguished Member (3.6K reputation)Distinguished Member (3.6K reputation)Distinguished Member (3.6K reputation)Distinguished Member (3.6K reputation)Distinguished Member (3.6K reputation)Distinguished Member (3.6K reputation)Distinguished Member (3.6K reputation)Distinguished Member (3.6K reputation)
Group: Forum Members
Posts: 24, Visits: 137
Hi! 

I have a quick question, say I have the following list: 

<list list_target_2_side>
/ items = ("A", "B", "C")
/ poolsize = 9
/ maxrunsize = 2
/ selectionrate = always
/ selectionmode = random
</list>


Will the maxrunsize (if needed) override the specified pool to fullfil the constraint? That is, could it be that I end up with a total of 4 x A, 3x B and 2xC after 9 trials, instead of 3xA, 3xB, 3xC. 

Or does the maxrunsize get overridden by the pool, and do I always end up with 3xA, 3xB and 3xC, with the possibility that there can be 3 consecutive stimuli (eg. C - C - C)?

Thanks!

Kerwin


Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
The poolsize is what you specify it to be -- it does not come into play with regards to sampling constraints. Beyond that, the documentation for /maxrunsize details exactly how constraints are dealt with when they cannot be satisfied:

"Random selection is done on the fly, so if multiple selection constraints such as not or replace are in place, it may not be possible to satisfy them all on a give trial, especially if there are only a few remaining items in the selection pool. In that case, the list will suspend one of the constraints and try again. If it still can not satisfy the remaining constraints, it suspends another and tries again, and so forth. By default, the maxrunsize constraint is suspended first, then replace, and finally the not constraints."

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search