search for: maximaly

Displaying 1 result from an estimated 1 matches for "maximaly".

Did you mean: maximal
2011 Mar 25
0
applying random functions to multisets
...e with it (for simplicity not writen in R functions) > rule1: "a" -> c("a","b") > rule2: "a" -> c("a","c") > rule3: "c" -> c("c","c") ... > ruleX: ... I want to apply rules to multiset in maximaly parallel manner, but randomly (ie. rule1 and rule2 both work with object "a", but i want them to apply in non-deterministic way, so every time I run this procedure, I can get different result) Basically what I am looking for is some construct, which would enable me to do this: while (in...