Thank you so much Jiahao! I see my guess was correct. What a nice group.
2015-01-31 16:50 GMT-06:00 Jiahao Chen <[email protected]>: > Your custom particles type is not iterable, i.e. does not have start, next > and done methods defined. See the manual for details of the iterable > interface. > > Note that Julia numbers are iterable, so the following works: > > julia> findin([1,2,3], 2) > 1-element Array{Int64,1}: > 2 > > Thanks, > > Jiahao Chen > Staff Research Scientist > MIT Computer Science and Artificial Intelligence Laboratory
